結果
問題 | No.154 市バス |
ユーザー | testestest |
提出日時 | 2017-01-24 23:16:05 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 745 ms / 2,000 ms |
コード長 | 117 bytes |
コンパイル時間 | 131 ms |
コンパイル使用メモリ | 20,224 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-13 08:54:19 |
合計ジャッジ時間 | 5,872 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 742 ms
5,248 KB |
testcase_01 | AC | 745 ms
5,248 KB |
testcase_02 | AC | 745 ms
5,248 KB |
testcase_03 | AC | 744 ms
5,248 KB |
testcase_04 | AC | 740 ms
5,248 KB |
testcase_05 | AC | 0 ms
5,248 KB |
testcase_06 | AC | 1 ms
5,248 KB |
testcase_07 | AC | 741 ms
5,248 KB |
testcase_08 | AC | 1 ms
5,248 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘z’ [-Wimplicit-int] main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘g’ [-Wimplicit-int] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^ main.c:1:5: warning: type defaults to ‘int’ in declaration of ‘w’ [-Wimplicit-int] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^ main.c:1:7: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^ main.c:1:9: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^~~~ main.c: In function ‘main’: main.c:1:9: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:22: warning: implicit declaration of function ‘read’ [-Wimplicit-function-declaration] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^~~~ main.c:1:82: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration] 1 | z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;} | ^~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’ +++ |+#include <stdio.h>
ソースコード
z,g,w,f;main(i){for(;read(0,&z,1);)f=z&1?z%3?g++,f&1|--w<0:f|++w*2:z&8?g=w=--i&&!puts("impossible"+!f*!g*2):f|--g<0;}