結果
| 問題 | No.190 Dry Wet Moist |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2016-06-30 15:44:16 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
AC
|
| 実行時間 | 35 ms / 2,000 ms |
| + 790µs | |
| コード長 | 244 bytes |
| 記録 | |
| コンパイル時間 | 46 ms |
| コンパイル使用メモリ | 29,440 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-24 10:59:12 |
| 合計ジャッジ時間 | 2,719 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
| ^
main.c: In function ‘main’:
main.c:5:15: warning: incompatible implicit declaration of built-in function ‘scanf’ [-Wbuiltin-declaration-mismatch]
5 | for(;~scanf("%d",a+n++););
| ^~~~~
main.c:1:1: note: include ‘<stdio.h>’ or provide a declaration of ‘scanf’
+++ |+#include <stdio.h>
1 | #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);
main.c:1:57: warning: incompatible implicit declaration of built-in function ‘printf’ [-Wbuiltin-declaration-mismatch]
1 | #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);
| ^~~~~~
main.c:7:9: note: in expansion of macro ‘f’
7 | f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);
| ^
main.c:1:57: note: include ‘<stdio.h>’ or provide a declaration of ‘printf’
1 | #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);
| ^~~~~~
main.c:7:9: note: in expansion of macro ‘f’
7 | f(r--,<,l++)f(l++,>,r--)f(a[l]+a[r]<=0?r-=a[l++]==-a[r]:r--,==,0);
| ^
ソースコード
#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);
}
testestest