結果
問題 | No.360 増加門松列 |
ユーザー | testestest |
提出日時 | 2016-06-04 19:51:36 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 142 bytes |
コンパイル時間 | 178 ms |
コンパイル使用メモリ | 19,712 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-06 12:47:46 |
合計ジャッジ時間 | 960 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 0 ms
6,812 KB |
testcase_01 | AC | 1 ms
6,940 KB |
testcase_02 | AC | 1 ms
6,944 KB |
testcase_03 | AC | 1 ms
6,944 KB |
testcase_04 | AC | 1 ms
6,944 KB |
testcase_05 | AC | 1 ms
6,944 KB |
testcase_06 | AC | 0 ms
6,944 KB |
testcase_07 | AC | 0 ms
6,940 KB |
testcase_08 | AC | 0 ms
6,944 KB |
testcase_09 | AC | 1 ms
6,944 KB |
testcase_10 | AC | 1 ms
6,944 KB |
testcase_11 | AC | 0 ms
6,940 KB |
testcase_12 | AC | 0 ms
6,940 KB |
testcase_13 | AC | 0 ms
6,940 KB |
testcase_14 | AC | 0 ms
6,944 KB |
testcase_15 | AC | 0 ms
6,944 KB |
testcase_16 | AC | 1 ms
6,940 KB |
testcase_17 | AC | 1 ms
6,944 KB |
testcase_18 | AC | 1 ms
6,940 KB |
testcase_19 | AC | 1 ms
6,944 KB |
testcase_20 | AC | 1 ms
6,940 KB |
testcase_21 | AC | 1 ms
6,944 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:6: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^ main.c:1:11: warning: type defaults to ‘int’ in declaration of ‘z’ [-Wimplicit-int] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^ main.c:1:13: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^ main.c:1:15: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^ main.c:1:39: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^~~~ main.c: In function ‘main’: main.c:1:53: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");} | ^~~~~ main.c:1:1: note: includ
ソースコード
a[9],i=13,z,s;c(int*x,int*y){z=*x-*y;}main(){for(;!~scanf("%d",a)?s+=s+a[i-1]/a[i]:qsort(a,7,4,c),--i;);s=!puts(s&33||s&10&&s&20?"NO":"YES");}