結果
問題 | No.21 平均の差 |
ユーザー | 👑 testestest |
提出日時 | 2016-03-16 00:53:44 |
言語 | C90 (gcc 11.4.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 87 bytes |
コンパイル時間 | 168 ms |
コンパイル使用メモリ | 19,200 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-01 07:05:01 |
合計ジャッジ時間 | 621 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
6,820 KB |
testcase_01 | AC | 0 ms
6,816 KB |
testcase_02 | AC | 1 ms
6,820 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | AC | 0 ms
6,820 KB |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int] main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^ main.c:1:5: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^~~~ main.c: In function ‘main’: main.c:1:5: warning: type of ‘M’ defaults to ‘int’ [-Wimplicit-int] main.c:1:5: warning: type of ‘m’ defaults to ‘int’ [-Wimplicit-int] main.c:1:21: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration] 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^~~~~ main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ +++ |+#include <stdio.h> 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} main.c:1:21: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch] 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^~~~~ main.c:1:21: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’ main.c:1:70: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 1 | f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);} | ^~~~~~ main.c:1:70: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’ main.c:1:70: warning: incompatib
ソースコード
f,t;main(M,m){for(;~scanf("%d",&t);f++>1?m=t<-m?-t:m,M=t>M?t:M:0);t=!printf("%d",M+m);}