这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```c #include #include int main() { char s1[2001]; char s2[2001]; gets(s1); gets(s2); int i, j; int n1[2001] = {0,}, n2[2001] = {0,}; int n[4002] = {0, }; for(i…
在讨论《求大佬指点,全wa但样例能过》回复:
@[Wayming](luogu://user/1816887)没学c++
在讨论《求大佬指点,全wa但样例能过》回复:
@[AT_doming_Cl2](luogu://user/1788579)哦哦,okok
在讨论《求大佬指点,全wa但样例能过》回复:
@[AT_doming_Cl2](luogu://user/1788579)大佬,为什么不能用gets函数?
```c #include int main() { int a, b, c, t; scanf("%d%d%d", &a, &b, &c); if(a>b) { t = a; a = b; b = t; } if(b>c) { t = c; c = b; b = t; } if(a>b) { t = a; a = b…
```c #include #include void zhishu(int i) { int zhishu1, k, h, zhishu2, cnt = 0; for(zhishu1=2;zhishu1<i;zhishu1++) { for(k=1;k<zhishu1;k++) { if(zhishu1%k==0)…
在讨论《20分求救》回复:
@[KNO3](luogu://user/83168) ok
```c #include int cunqian(int* surplus,int budget[],int i) { int newsurplus = 300 + *surplus - budget[i]; int save; if( newsurplus > 100 ) { *surplus = newsurpl…
在讨论《20分求救》回复:
@[KNO3](luogu://user/83168) 什么意思?没看懂
```c #include int main() { int n, k; scanf("%d %d", &n, &k); int xingn = n; int result = n; if( n>k && n/k + n%k k && n/k + n%k > k) { while( xingn/k +xingn%k >…
```c #include int main() { int time1[7], time2[7], count[7]; int i; int result = 0; for( i=0; i = 8) { result = 1; } } int cnt; int final; if( result = 1) { fin…
```c #include int main() { int l, m; scanf("%d %d", &l, &m); int n, i; int u[m]; int v[m]; for( n=0, i=0; n 0 ) { if( u[i]>jieshu || v[i] = u[i-1]) { qishi = u[…
在讨论《求助大佬,0分》回复:
@[I_do_Cpp](luogu://user/1433656) ok
在讨论《60分,最后两个WA没过,蹲个大佬》回复:
okok,谢谢各位,我再试试
```c #include int main() { long a, b, c; scanf("%ld %ld %ld", &a, &b, &c); printf("%ld\t\t%ld\t\t%ld\t\t", a, b, c); return 0; } ```
```c #include int main() { int n; scanf("%d", &n); char s[101]; scanf("%s", s); int i = 0; while( s[i] != '\0' ) { if( (int)s[i]+n<'z' ) { s[i] += n; } else { s…
在讨论《40分,蹲个大佬求解》回复:
@[xxxel](luogu://user/1226696) ok,谢谢你
```c #include int main() { int m, t, s; int surplus; scanf("%d %d %d", &m, &t, &s); if( m>=1 && m =1 && s<=10000) { if( s%t ==0 && t != 0 ) { surplus = m - s /…