結果
問題 | No.69 文字を自由に並び替え |
ユーザー | 👑 testestest |
提出日時 | 2016-06-06 02:02:50 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 76 bytes |
コンパイル時間 | 91 ms |
コンパイル使用メモリ | 19,968 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-05-08 05:10:25 |
合計ジャッジ時間 | 675 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
5,248 KB |
testcase_01 | WA | - |
testcase_02 | AC | 1 ms
5,376 KB |
testcase_03 | AC | 1 ms
5,376 KB |
testcase_04 | WA | - |
testcase_05 | AC | 0 ms
5,376 KB |
testcase_06 | AC | 0 ms
5,376 KB |
testcase_07 | AC | 0 ms
5,376 KB |
testcase_08 | AC | 1 ms
5,376 KB |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | AC | 0 ms
5,376 KB |
testcase_12 | AC | 1 ms
5,376 KB |
testcase_13 | WA | - |
testcase_14 | WA | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | a[];main(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} | ^ 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(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} | ^~~~ main.c: In function ‘main’: main.c:1:5: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:22: warning: implicit declaration of function ‘getchar’ [-Wimplicit-function-declaration] 1 | a[];main(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} | ^~~~~~~ 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(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} main.c:1:56: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration] 1 | a[];main(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} | ^~~~ main.c:1:56: 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(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");} | ^
ソースコード
a[];main(i){for(;~(a[getchar()+1]+=i);i=-a[11]?:i);*a=!puts(*a?"YES":"NO");}