結果
問題 | No.69 文字を自由に並び替え |
ユーザー | 👑 testestest |
提出日時 | 2016-06-06 01:57:51 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 78 bytes |
コンパイル時間 | 82 ms |
コンパイル使用メモリ | 19,456 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-05-08 05:10:24 |
合計ジャッジ時間 | 749 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,812 KB |
testcase_01 | WA | - |
testcase_02 | AC | 1 ms
6,944 KB |
testcase_03 | AC | 1 ms
6,940 KB |
testcase_04 | WA | - |
testcase_05 | AC | 1 ms
6,940 KB |
testcase_06 | AC | 1 ms
6,940 KB |
testcase_07 | AC | 1 ms
6,944 KB |
testcase_08 | AC | 0 ms
6,944 KB |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | AC | 0 ms
6,944 KB |
testcase_12 | AC | 1 ms
6,944 KB |
testcase_13 | WA | - |
testcase_14 | WA | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:5: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} | ^~~~ main.c: In function ‘main’: main.c:1:26: warning: implicit declaration of function ‘getchar’ [-Wimplicit-function-declaration] 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} | ^~~~~~~ main.c:1:1: note: ‘getchar’ is defined in header ‘<stdio.h>’; did you forget to ‘#include <stdio.h>’? +++ |+#include <stdio.h> 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} main.c:1:57: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration] 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} | ^~~~ main.c:1:57: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’ main.c: At top level: main.c:1:1: warning: array ‘a’ assumed to have one element 1 | a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");} | ^
ソースコード
a[];main(){for(*a=-2;~(a[getchar()+1]+=1-a[11]*2););*a=!puts(~*a?"NO":"YES");}