結果
問題 | No.154 市バス |
ユーザー | 👑 testestest |
提出日時 | 2015-11-15 23:52:59 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 118 bytes |
コンパイル時間 | 123 ms |
コンパイル使用メモリ | 19,712 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-13 07:49:58 |
合計ジャッジ時間 | 678 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 6 ms
5,248 KB |
testcase_01 | AC | 6 ms
5,248 KB |
testcase_02 | AC | 6 ms
5,248 KB |
testcase_03 | AC | 6 ms
5,248 KB |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | AC | 6 ms
5,248 KB |
testcase_08 | WA | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] main.c:1:3: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} | ^~~~ main.c: In function ‘main’: main.c:1:3: warning: type of ‘s’ defaults to ‘int’ [-Wimplicit-int] main.c:1:19: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} main.c:1:19: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} | ^~~~~ main.c:1:19: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:36: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration] 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);} | ^~~~ main.c:1:36: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’ main.c:1:78: warning: implicit declaration of function ‘getchar’ [-Wimplicit-function-declaration] 1 | t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"
ソースコード
t;main(s){for(;t=~scanf("%d\n",&s);puts(t?"impossible":"possible"))for(t=0;s=getchar()-10;t>0&&t++)t+=1-(s&1)-(s<62);}