結果

問題 No.5 数字のブロック
ユーザー testestesttestestest
提出日時 2015-12-16 23:17:20
言語 C90
(gcc 11.4.0)
結果
RE  
実行時間 -
コード長 138 bytes
コンパイル時間 115 ms
コンパイル使用メモリ 23,508 KB
実行使用メモリ 4,540 KB
最終ジャッジ日時 2023-10-14 11:11:00
合計ジャッジ時間 3,353 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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