結果
問題 | No.474 色塗り2 |
ユーザー | tails |
提出日時 | 2016-12-28 19:53:11 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 87 ms / 2,000 ms |
コード長 | 228 bytes |
コンパイル時間 | 235 ms |
コンパイル使用メモリ | 20,992 KB |
実行使用メモリ | 17,792 KB |
最終ジャッジ日時 | 2024-05-09 00:01:04 |
合計ジャッジ時間 | 966 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 18 ms
17,664 KB |
testcase_01 | AC | 18 ms
17,792 KB |
testcase_02 | AC | 19 ms
17,664 KB |
testcase_03 | AC | 87 ms
17,792 KB |
testcase_04 | AC | 18 ms
17,756 KB |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class 1 | f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*v(f[c])*-~c<<g[c+b]-g[b]-g[c])-1&a?"0":"1"));} | ^ main.c:1:1: warning: type defaults to ‘int’ in declaration of ‘f’ [-Wimplicit-int] main.c:1:10: warning: data definition has no type or storage class 1 | f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*v(f[c])*-~c<<g[c+b]-g[b]-g[c])-1&a?"0":"1"));} | ^ main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘g’ [-Wimplicit-int] main.c:1:19: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*v(f[c])*-~c<<g[c+b]-g[b]-g[c])-1&a?"0":"1"));} | ^ main.c: In function ‘v’: main.c:1:19: warning: type of ‘x’ defaults to ‘int’ [-Wimplicit-int] main.c: At top level: main.c:1:47: warning: data definition has no type or storage class 1 | f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*v(f[c])*-~c<<g[c+b]-g[b]-g[c])-1&a?"0":"1"));} | ^ main.c:1:47: warning: type defaults to ‘int’ in declaration of ‘a’ [-Wimplicit-int] main.c:1:49: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*
ソースコード
f[1<<21];g[1<<21];v(x){return x-1?x*v(x*x):1;}a;main(b,c){for(*f=1;b=ffs(++a)%22;f[a]=f[a-1]*(a>>--b))g[a]=g[a-1]+b;for(gets(&a);~scanf("%d%d%d",&a,&b,&c);puts(--c&1|(f[c+b]*v(f[b])*v(f[c])*-~c<<g[c+b]-g[b]-g[c])-1&a?"0":"1"));}