結果

問題 No.190 Dry Wet Moist
ユーザー cielciel
提出日時 2015-04-22 04:54:23
言語 C90
(gcc 12.3.0)
結果
WA  
実行時間 -
コード長 285 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 20,992 KB
実行使用メモリ 6,948 KB
最終ジャッジ日時 2024-07-05 00:06:37
合計ジャッジ時間 1,538 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 6 WA * 22
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.c:2:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      | ^
main.c:2:31: warning: multi-character character constant [-Wmultichar]
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      |                               ^~~~~
main.c:2:29: warning: data definition has no type or storage class
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      |                             ^
main.c:2:29: warning: type defaults to ‘int’ in declaration of ‘v’ [-Wimplicit-int]
main.c:2:38: warning: type defaults to ‘int’ in declaration of ‘N’ [-Wimplicit-int]
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      |                                      ^
main.c:2:40: warning: type defaults to ‘int’ in declaration of ‘R’ [-Wimplicit-int]
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      |                                        ^
main.c:2:42: warning: type defaults to ‘int’ in declaration of ‘l’ [-Wimplicit-int]
    2 | c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
      |                                          ^
main.c:2:44: warning: return type defaults to ‘int’ [-Wimplicit

ソースコード

diff #

#define Z(C,D,P)for(R=0,l=1,h=N;l<h;C){for(;l<h;D)if(v[l]+v[h]P 0)break;if(l==h)break;};l=!printf("%d ",R);
c(int*a,int*b){return*a-*b;}v['abc'],N,R,l;main(h){for(;~scanf("%d",&v[N++]););qsort(v+1,N-=2,4,c);Z(R++|l++|h--,h--,<)Z(R++|l++|h--,l++,>)Z((v[l]+v[h]==0&&R++,h--,l++),h--,<=)}
0