結果

問題 No.190 Dry Wet Moist
ユーザー testestesttestestest
提出日時 2016-07-31 20:47:31
言語 C90
(gcc 11.4.0)
結果
AC  
実行時間 51 ms / 2,000 ms
コード長 229 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 20,864 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-24 13:26:39
合計ジャッジ時間 2,266 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 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 1 ms
5,376 KB
testcase_08 AC 1 ms
5,376 KB
testcase_09 AC 0 ms
5,376 KB
testcase_10 AC 1 ms
5,376 KB
testcase_11 AC 1 ms
5,376 KB
testcase_12 AC 25 ms
5,376 KB
testcase_13 AC 33 ms
5,376 KB
testcase_14 AC 25 ms
5,376 KB
testcase_15 AC 36 ms
5,376 KB
testcase_16 AC 49 ms
5,376 KB
testcase_17 AC 6 ms
5,376 KB
testcase_18 AC 21 ms
5,376 KB
testcase_19 AC 44 ms
5,376 KB
testcase_20 AC 31 ms
5,376 KB
testcase_21 AC 4 ms
5,376 KB
testcase_22 AC 50 ms
5,376 KB
testcase_23 AC 51 ms
5,376 KB
testcase_24 AC 51 ms
5,376 KB
testcase_25 AC 1 ms
5,376 KB
testcase_26 AC 0 ms
5,376 KB
testcase_27 AC 34 ms
5,376 KB
testcase_28 AC 15 ms
5,376 KB
testcase_29 AC 18 ms
5,376 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:2:1: warning: data definition has no type or storage class
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      | ^
main.c:2:1: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int]
main.c:2:10: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int]
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      |          ^
main.c:2:12: warning: type defaults to ‘int’ in declaration of ‘r’ [-Wimplicit-int]
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      |            ^
main.c:2:14: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int]
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      |              ^
main.c:2:16: warning: return type defaults to ‘int’ [-Wimplicit-int]
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      |                ^
main.c:2:40: warning: return type defaults to ‘int’ [-Wimplicit-int]
    2 | a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
      |                                        ^~~~
main.c: In function ‘main’:
main.c:2:40: warning: type of ‘n’ defaults to ‘int’ [-Wimplicit-int]
main.c:2:40: warning: type of ‘l’ defaults to ‘int’ [-Wimplicit-int]
main.c:2:56: warning: implicit declaration of function ‘scanf’ [-Wimplicit-function-declaration]
    2 | a[1<

ソースコード

diff #

#define f(P,Q,R)for(l=0,r=~n;l<r;P)x=a[l]Q-a[r]?s++,R:0;s=!printf("%d ",s);
a[1<<18],s,r,x;c(int*p,int*q){r=*p-*q;}main(n,l){for(;~scanf("%d",a-n--););qsort(a,-++n,4,c);f(r--,<,l++)f(l++,>,r--)f((a[l]+a[r]<=0?l++,r-=x:r--),==,1)}
0