結果
問題 | No.293 4>7の世界 |
ユーザー |
👑 ![]() |
提出日時 | 2015-12-17 01:37:06 |
言語 | C90 (gcc 12.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 118 bytes |
コンパイル時間 | 116 ms |
コンパイル使用メモリ | 20,224 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-09-16 06:47:17 |
合計ジャッジ時間 | 1,044 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 WA * 1 |
other | AC * 18 WA * 2 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int] main.c:1:7: warning: data definition has no type or storage class 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} | ^ main.c:1:7: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:9: warning: type defaults to ‘int’ in declaration of ‘b’ [-Wimplicit-int] 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} | ^ main.c:1:11: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} | ^~~~ main.c: In function ‘main’: main.c:1:11: warning: type of ‘x’ defaults to ‘int’ [-Wimplicit-int] main.c:1:11: warning: type of ‘y’ defaults to ‘int’ [-Wimplicit-int] main.c:1:25: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} main.c:1:25: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}} |
ソースコード
p=1e9;a,b;main(x,y){for(scanf("%d%d",&a,&b);;p/=10){x=a/p%10;y=b/p%10;if(x-y)exit(!printf("%d",x<y^(x-4||y-7)?a:b));}}