結果

問題 No.178 美しいWhitespace (1)
ユーザー testestesttestestest
提出日時 2016-06-23 18:08:32
言語 C90
(gcc 11.4.0)
結果
WA  
実行時間 -
コード長 122 bytes
コンパイル時間 279 ms
コンパイル使用メモリ 19,840 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-19 23:50:30
合計ジャッジ時間 962 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 WA -
testcase_03 AC 0 ms
5,376 KB
testcase_04 AC 1 ms
5,376 KB
testcase_05 AC 1 ms
5,376 KB
testcase_06 AC 1 ms
5,376 KB
testcase_07 WA -
testcase_08 AC 1 ms
5,376 KB
testcase_09 AC 1 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 1 ms
5,376 KB
testcase_14 AC 1 ms
5,376 KB
testcase_15 AC 1 ms
5,376 KB
testcase_16 AC 1 ms
5,376 KB
testcase_17 AC 0 ms
5,376 KB
testcase_18 WA -
testcase_19 AC 1 ms
5,376 KB
testcase_20 WA -
testcase_21 AC 1 ms
5,376 KB
testcase_22 AC 1 ms
5,376 KB
testcase_23 AC 1 ms
5,376 KB
testcase_24 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:10: warning: data definition has no type or storage class
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |          ^
main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int]
main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int]
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |            ^
main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘i’ [-Wimplicit-int]
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |              ^
main.c:1:16: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |                ^~~~
main.c: In function ‘main’:
main.c:1:16: warning: type of ‘t’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:28: warning: implicit declaration of function ‘gets’ [-Wimplicit-function-declaration]
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |                            ^~~~
main.c:1:38: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
      |                                      ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
  +++ |+#include <stdio.h>
    1 | long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
main.c:1:38: warning: incompatible implicit declaration of built-i

ソースコード

diff #

long s,m;f,x,i;main(t){for(gets(&t);~scanf("%d%d",&x,&t);x>0?s+=x*i,m+=x:0)s-=x+=t*4-m,f|=i++>0&x;s=!printf("%ld",f|s/2);}
0