結果

問題 No.182 新規性の虜
ユーザー testestesttestestest
提出日時 2016-05-16 17:58:16
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 22 ms / 5,000 ms
コード長 145 bytes
コンパイル時間 775 ms
コンパイル使用メモリ 23,868 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-08-27 11:24:08
合計ジャッジ時間 1,628 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,376 KB
testcase_01 AC 0 ms
4,376 KB
testcase_02 AC 1 ms
4,376 KB
testcase_03 AC 0 ms
4,380 KB
testcase_04 AC 1 ms
4,376 KB
testcase_05 AC 0 ms
4,376 KB
testcase_06 AC 1 ms
4,380 KB
testcase_07 AC 1 ms
4,380 KB
testcase_08 AC 14 ms
4,376 KB
testcase_09 AC 22 ms
4,376 KB
testcase_10 AC 19 ms
4,380 KB
testcase_11 AC 16 ms
4,380 KB
testcase_12 AC 7 ms
4,380 KB
testcase_13 AC 1 ms
4,380 KB
testcase_14 AC 1 ms
4,380 KB
testcase_15 AC 1 ms
4,376 KB
testcase_16 AC 1 ms
4,376 KB
testcase_17 AC 1 ms
4,376 KB
testcase_18 AC 17 ms
4,376 KB
testcase_19 AC 12 ms
4,376 KB
testcase_20 AC 7 ms
4,376 KB
testcase_21 AC 19 ms
4,380 KB
testcase_22 AC 9 ms
4,376 KB
testcase_23 AC 1 ms
4,380 KB
testcase_24 AC 14 ms
4,376 KB
testcase_25 AC 11 ms
4,376 KB
testcase_26 AC 3 ms
4,380 KB
testcase_27 AC 1 ms
4,376 KB
evil01.txt AC 16 ms
4,376 KB
evil02.txt AC 16 ms
4,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
 ^
main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int]
main.c:1:3: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
   ^
main.c:1:5: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
     ^
main.c:1:15: warning: type defaults to ‘int’ in declaration of ‘p’ [-Wimplicit-int]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
               ^
main.c:1:19: warning: return type defaults to ‘int’ [-Wimplicit-int]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
                   ^
main.c:1:43: warning: return type defaults to ‘int’ [-Wimplicit-int]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
                                           ^~~~
main.c: In function ‘main’:
main.c:1:56: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
 x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
                                                        ^~~~~
main.c:1:56: warning: incompatible implicit declaration of built-in function ‘scanf’
main.c:1:

ソースコード

diff #

x,s,a[1<<17],*p=a;c(int*a,int*b){x=*a-*b;}main(){for(;~scanf("%d",p);p++);for(qsort(a+1,p-a,4,c);--p-a;s+=*p-p[1]&&p[1]-p[2]);s=!printf("%d",s);}
0