結果

問題 No.138 化石のバージョン
ユーザー testestesttestestest
提出日時 2015-12-18 16:56:30
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 90 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 23,032 KB
実行使用メモリ 4,476 KB
最終ジャッジ日時 2023-10-14 14:00:06
合計ジャッジ時間 2,223 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,348 KB
testcase_01 AC 0 ms
4,352 KB
testcase_02 WA -
testcase_03 AC 1 ms
4,348 KB
testcase_04 AC 0 ms
4,348 KB
testcase_05 AC 1 ms
4,348 KB
testcase_06 AC 1 ms
4,476 KB
testcase_07 AC 0 ms
4,352 KB
testcase_08 AC 1 ms
4,352 KB
testcase_09 AC 1 ms
4,352 KB
testcase_10 AC 0 ms
4,352 KB
testcase_11 AC 1 ms
4,348 KB
testcase_12 AC 0 ms
4,348 KB
testcase_13 AC 1 ms
4,348 KB
testcase_14 AC 0 ms
4,348 KB
testcase_15 AC 0 ms
4,348 KB
testcase_16 AC 1 ms
4,348 KB
testcase_17 AC 1 ms
4,352 KB
testcase_18 AC 1 ms
4,352 KB
testcase_19 AC 0 ms
4,352 KB
testcase_20 AC 1 ms
4,352 KB
testcase_21 AC 1 ms
4,352 KB
testcase_22 AC 1 ms
4,348 KB
testcase_23 AC 1 ms
4,348 KB
testcase_24 AC 1 ms
4,352 KB
testcase_25 AC 1 ms
4,352 KB
testcase_26 AC 1 ms
4,348 KB
testcase_27 AC 1 ms
4,348 KB
testcase_28 AC 0 ms
4,348 KB
testcase_29 AC 1 ms
4,348 KB
testcase_30 AC 1 ms
4,352 KB
testcase_31 AC 1 ms
4,352 KB
testcase_32 AC 1 ms
4,348 KB
testcase_33 AC 0 ms
4,348 KB
testcase_34 AC 0 ms
4,348 KB
testcase_35 AC 0 ms
4,348 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
 ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int]
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
   ^
main.c:1:5: warning: return type defaults to ‘int’ [-Wimplicit-int]
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
     ^~~~
main.c: In function ‘main’:
main.c:1:5: warning: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:5: warning: type of ‘b’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:15: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
               ^~~~~
main.c:1:15: warning: incompatible implicit declaration of built-in function ‘scanf’
main.c:1:15: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
+#include <stdio.h>
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
               ^~~~~
main.c:1:69: warning: implicit declaration of function ‘puts’ [-Wimplicit-function-declaration]
 i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
                                                                     ^~~~

ソースコード

diff #

i,f;main(a,b){scanf("%d.",&f);f=i++%3?main(a*99+f,b):i-7?main(f,a):!puts(a>b?"NO":"YES");}
0