結果

問題 No.5 数字のブロック
ユーザー testestesttestestest
提出日時 2016-02-03 23:13:19
言語 C90
(gcc 11.4.0)
結果
RE  
実行時間 -
コード長 136 bytes
コンパイル時間 101 ms
コンパイル使用メモリ 19,712 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-21 20:13:32
合計ジャッジ時間 3,757 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

i,j,w[999];c(int*a,int*b){return*a-*b;}main(){for(;~scanf("%d",w+i++););for(qsort(w+2,w[1],4,c);w[0]--;j+=!--w[j+2]);j=!printf("%d",j);}
0