結果
問題 |
No.224 文字列変更(easy)
|
ユーザー |
👑 ![]() |
提出日時 | 2015-08-09 13:07:52 |
言語 | C90 (gcc 12.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 96 bytes |
コンパイル時間 | 154 ms |
コンパイル使用メモリ | 19,584 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-18 02:05:17 |
合計ジャッジ時間 | 871 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 22 |
コンパイルメッセージ
main.c:1:14: warning: data definition has no type or storage class 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^ main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int] main.c:1:16: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^ main.c:1:18: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^~~~ main.c: In function ‘main’: main.c:1:18: warning: type of ‘t’ defaults to ‘int’ [-Wimplicit-int] main.c:1:30: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^~~~ main.c:1:49: warning: implicit declaration of function ‘getchar’ [-Wimplicit-function-declaration] 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^~~~~~~ main.c:1:1: note: ‘getchar’ is defined in header ‘<stdio.h>’; did you forget to ‘#include <stdio.h>’? +++ |+#include <stdio.h> 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} main.c:1:79: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);} | ^~~~~~ main.c:1:79: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:79: warning: inc
ソースコード
char s[1001];n,i;main(t){for(gets(s),gets(s);t=~getchar();s[i++]+t+1&&n++);n=!printf("%d",n-1);}