这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```c #include #include #include #define danci 101 #define geshu 10001 int iskey(char key[][danci],int count,const char *a) { for (int i = 0; i < count; i++) { i…
```c #include #include int judge(int n) { if (n 0) { t /= 10; count++; } } return x * (int)pow(10, count) + rev; } int main() { int m, n; int j = 0; int a[10000…
```c #include int judge(int n) { if (n max) { max = i; }} } printf("%d", max); } ```
```c #include #include int main() { int n,m,k; scanf("%d", &n); getchar(); char a[101]; char in[1001]; scanf("%s", a); char b[20002]; for (int i = 0; i < n; i++…
在讨论《60请调我/跪了》回复:
@[William_Y1](luogu://user/1822054)简直是神。关注了喵??
```c #include #include void judge(int t) { int p=0; if(t==0||t==1){ printf("No Answer\n");return;} for (int i = 2; i 0){ if (cnt[i] > max) max = cnt[i]; if (cnt…
在讨论《90分求调,跪了》回复:
(暂无内容)
在讨论《90分求调,跪了》回复:
@[zsyq](luogu://user/1787977)过了哥 我给你磕一个
在讨论《90分求调,跪了》回复:
@[Sharkat_Star](luogu://user/1508216)过了我去 太谢谢谢谢谢谢谢谢了
```c #include struct student{ char name[8]; int chinese; int math; int english; }; int judge (struct student*s){ int sum=s->chinese+s->math+s->english; return s…