結果
問題 | No.154 市バス |
ユーザー | testestest |
提出日時 | 2015-11-18 20:35:52 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 11 ms / 2,000 ms |
コード長 | 139 bytes |
コンパイル時間 | 86 ms |
コンパイル使用メモリ | 19,968 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-13 07:50:08 |
合計ジャッジ時間 | 699 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 10 ms
5,248 KB |
testcase_01 | AC | 10 ms
5,248 KB |
testcase_02 | AC | 11 ms
5,248 KB |
testcase_03 | AC | 10 ms
5,248 KB |
testcase_04 | AC | 10 ms
5,248 KB |
testcase_05 | AC | 0 ms
5,248 KB |
testcase_06 | AC | 0 ms
5,248 KB |
testcase_07 | AC | 5 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 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int] main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} | ^ main.c:1:5: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int] 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} | ^ main.c:1:7: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} | ^~~~ main.c: In function ‘main’: main.c:1:7: warning: type of ‘z’ defaults to ‘int’ [-Wimplicit-int] main.c:1:23: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} main.c:1:23: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;} |
ソースコード
x,t,s;main(z){for(;t=~scanf("%d\n",&z);puts("impossible"+2*!(t|s<0|x-61)))for(s=t=0;z=getchar()-10;)z-72?x=z,z-77?s--,~t&&t++:~s&&s++:t--;}