結果
問題 | No.24 数当てゲーム |
ユーザー | testestest |
提出日時 | 2015-08-09 18:53:59 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 1 ms / 5,000 ms |
コード長 | 119 bytes |
コンパイル時間 | 133 ms |
コンパイル使用メモリ | 19,712 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-18 06:13:34 |
合計ジャッジ時間 | 589 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 0 ms
5,248 KB |
testcase_01 | AC | 1 ms
5,376 KB |
testcase_02 | AC | 0 ms
5,376 KB |
testcase_03 | AC | 1 ms
5,376 KB |
testcase_04 | AC | 1 ms
5,376 KB |
testcase_05 | AC | 0 ms
5,376 KB |
testcase_06 | AC | 1 ms
5,376 KB |
testcase_07 | AC | 0 ms
5,376 KB |
testcase_08 | AC | 0 ms
5,376 KB |
testcase_09 | AC | 0 ms
5,376 KB |
コンパイルメッセージ
main.c:1:8: warning: data definition has no type or storage class 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^ main.c:1:8: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int] main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int] 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^ main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int] 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^ main.c:1:14: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^~~~ main.c: In function ‘main’: main.c:1:14: warning: type of ‘y’ defaults to ‘int’ [-Wimplicit-int] main.c:1:27: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration] 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^~~~ main.c:1:58: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);} main.c:1:58: warning: incompatible implicit declaration of built-in function �
ソースコード
char s;n,i,x;main(y){for(;gets(&s);)for(n|=s>78?~x:x,x=0;scanf("%d",&y)>0;x|=1<<y);for(;n&1<<i;i++);i=!printf("%d",i);}