結果

問題 No.190 Dry Wet Moist
ユーザー 👑 testestest
提出日時 2016-06-30 15:46:04
言語 C90
(gcc 12.3.0)
結果
AC  
実行時間 53 ms / 2,000 ms
コード長 235 bytes
コンパイル時間 105 ms
コンパイル使用メモリ 20,736 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-10-11 23:13:36
合計ジャッジ時間 1,609 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 28
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:2:1: warning: data definition has no type or storage class
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      | ^
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 ‘n’ [-Wimplicit-int]
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      |          ^
main.c:2:12: warning: type defaults to ‘int’ in declaration of ‘x’ [-Wimplicit-int]
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      |            ^
main.c:2:14: warning: type defaults to ‘int’ in declaration of ‘s’ [-Wimplicit-int]
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      |              ^
main.c:2:16: warning: return type defaults to ‘int’ [-Wimplicit-int]
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      |                ^
main.c:2:40: warning: return type defaults to ‘int’ [-Wimplicit-int]
    2 | a[1<<18],n,x,s;c(int*a,int*b){x=*a-*b;}main(l,r){for(;~scanf("%d",a+n++););qsort(a+1,n-=2,4,c);f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);}
      |                                        ^~~~
main.c: In function ‘main’:
main.c:2:40: warning: type of ‘l’ defaults to ‘int’ [-Wimplicit-int]
main.c:2:40: warning: type of ‘r’ defaults to ‘int’ [-Wimplicit-int]
main.c:2:56: warning: implicit declaration of function ‘s

ソースコード

diff #

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