結果
問題 | No.149 碁石の移動 |
ユーザー | 👑 testestest |
提出日時 | 2016-02-16 02:31:30 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 97 bytes |
コンパイル時間 | 204 ms |
コンパイル使用メモリ | 19,584 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-22 07:13:27 |
合計ジャッジ時間 | 966 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | AC | 1 ms
6,944 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int] main.c:1:3: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} | ^~~~ main.c: In function ‘main’: main.c:1:3: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int] main.c:1:3: warning: type of ‘b’ defaults to ‘int’ [-Wimplicit-int] main.c:1:3: warning: type of ‘c’ defaults to ‘int’ [-Wimplicit-int] main.c:1:3: warning: type of ‘d’ defaults to ‘int’ [-Wimplicit-int] main.c:1:3: warning: type of ‘e’ defaults to ‘int’ [-Wimplicit-int] main.c:1:22: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} main.c:1:22: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} | ^~~~~ main.c:1:22: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:57: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);} | ^~~~~~ main.c:1:57: note: include ‘<stdio.h>�
ソースコード
f;main(a,b,c,d,e){f=~scanf("%d",&f)&&!main(b,c,d,e,f)||!printf("%d",c+e<f?a+c:a-e+f,e-=e>b?b:e);}