結果

問題 No.78 クジ付きアイスバー
ユーザー 👑 testestesttestestest
提出日時 2016-07-23 08:49:52
言語 C90
(gcc 11.4.0)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 111 bytes
コンパイル時間 602 ms
コンパイル使用メモリ 19,456 KB
実行使用メモリ 8,224 KB
最終ジャッジ日時 2024-11-06 21:23:21
合計ジャッジ時間 32,705 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,816 KB
testcase_01 AC 1 ms
6,816 KB
testcase_02 AC 1 ms
6,820 KB
testcase_03 AC 0 ms
6,816 KB
testcase_04 AC 0 ms
6,816 KB
testcase_05 AC 507 ms
6,820 KB
testcase_06 AC 1,316 ms
6,816 KB
testcase_07 AC 521 ms
6,816 KB
testcase_08 AC 801 ms
6,820 KB
testcase_09 AC 2,649 ms
6,820 KB
testcase_10 AC 1,380 ms
6,820 KB
testcase_11 AC 691 ms
6,816 KB
testcase_12 AC 2,299 ms
6,816 KB
testcase_13 AC 2,449 ms
6,820 KB
testcase_14 AC 2,467 ms
6,820 KB
testcase_15 AC 967 ms
6,820 KB
testcase_16 AC 1,740 ms
6,820 KB
testcase_17 AC 2,040 ms
6,816 KB
testcase_18 AC 2,068 ms
6,816 KB
testcase_19 AC 3,212 ms
6,820 KB
testcase_20 TLE -
testcase_21 -- -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
testcase_26 -- -
testcase_27 -- -
testcase_28 -- -
testcase_29 -- -
testcase_30 -- -
testcase_31 -- -
testcase_32 -- -
testcase_33 -- -
testcase_34 -- -
testcase_35 -- -
testcase_36 -- -
testcase_37 -- -
testcase_38 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:12: warning: data definition has no type or storage class
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |            ^
main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘c’ [-Wimplicit-int]
main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int]
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |              ^
main.c:1:16: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int]
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |                ^
main.c:1:18: warning: return type defaults to ‘int’ [-Wimplicit-int]
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |                  ^~~~
main.c: In function ‘main’:
main.c:1:18: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:18: warning: type of ‘k’ defaults to ‘int’ [-Wimplicit-int]
main.c:1:32: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |                                ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
  +++ |+#include <stdio.h>
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
main.c:1:32: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
    1 | char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
      |                                ^~~~~
main.c:1:32: note: include ‘<stdio.

ソースコード

diff #

char b[60];c,s,p;main(n,k){for(scanf("%d%d%s",&n,&k,b);k--;p=++p<n?p:0)s?s--:c++,s+=b[p]-48;c=!printf("%d",c);}
0