結果

問題 No.182 新規性の虜
ユーザー 👑 testestesttestestest
提出日時 2016-05-16 17:58:16
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 21 ms / 5,000 ms
コード長 145 bytes
コンパイル時間 762 ms
コンパイル使用メモリ 20,480 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-06-08 06:59:18
合計ジャッジ時間 1,946 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
5,248 KB
testcase_01 AC 0 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
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 AC 0 ms
5,376 KB
testcase_08 AC 12 ms
5,376 KB
testcase_09 AC 21 ms
5,376 KB
testcase_10 AC 18 ms
5,376 KB
testcase_11 AC 15 ms
5,376 KB
testcase_12 AC 6 ms
5,376 KB
testcase_13 AC 1 ms
5,376 KB
testcase_14 AC 1 ms
5,376 KB
testcase_15 AC 0 ms
5,376 KB
testcase_16 AC 0 ms
5,376 KB
testcase_17 AC 1 ms
5,376 KB
testcase_18 AC 15 ms
5,376 KB
testcase_19 AC 12 ms
5,376 KB
testcase_20 AC 7 ms
5,376 KB
testcase_21 AC 19 ms
5,376 KB
testcase_22 AC 9 ms
5,376 KB
testcase_23 AC 0 ms
5,376 KB
testcase_24 AC 13 ms
5,376 KB
testcase_25 AC 11 ms
5,376 KB
testcase_26 AC 3 ms
5,376 KB
testcase_27 AC 0 ms
5,376 KB
evil01.txt AC 15 ms
5,376 KB
evil02.txt AC 15 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | 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]
    1 | 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]
    1 | 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]
    1 | 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]
    1 | 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]
    1 | 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]
    1 | 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);}
      |                                                        ^~~~~

ソースコード

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