結果
問題 | No.482 あなたの名は |
ユーザー | kotatsugame |
提出日時 | 2017-02-13 02:46:19 |
言語 | C90 (gcc 11.4.0) |
結果 |
AC
|
実行時間 | 27 ms / 2,000 ms |
コード長 | 167 bytes |
コンパイル時間 | 94 ms |
コンパイル使用メモリ | 20,352 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-09 11:35:06 |
合計ジャッジ時間 | 1,627 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
5,248 KB |
testcase_01 | AC | 1 ms
5,376 KB |
testcase_02 | AC | 0 ms
5,376 KB |
testcase_03 | AC | 1 ms
5,376 KB |
testcase_04 | AC | 1 ms
5,376 KB |
testcase_05 | AC | 0 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 | 1 ms
5,376 KB |
testcase_10 | AC | 1 ms
5,376 KB |
testcase_11 | AC | 0 ms
5,376 KB |
testcase_12 | AC | 1 ms
5,376 KB |
testcase_13 | AC | 1 ms
5,376 KB |
testcase_14 | AC | 1 ms
5,376 KB |
testcase_15 | AC | 27 ms
5,376 KB |
testcase_16 | AC | 27 ms
5,376 KB |
testcase_17 | AC | 27 ms
5,376 KB |
testcase_18 | AC | 27 ms
5,376 KB |
testcase_19 | AC | 26 ms
5,376 KB |
testcase_20 | AC | 27 ms
5,376 KB |
testcase_21 | AC | 26 ms
5,376 KB |
testcase_22 | AC | 26 ms
5,376 KB |
testcase_23 | AC | 26 ms
5,376 KB |
testcase_24 | AC | 27 ms
5,376 KB |
testcase_25 | AC | 26 ms
5,376 KB |
testcase_26 | AC | 26 ms
5,376 KB |
testcase_27 | AC | 26 ms
5,376 KB |
testcase_28 | AC | 27 ms
5,376 KB |
testcase_29 | AC | 24 ms
5,376 KB |
testcase_30 | AC | 1 ms
5,376 KB |
コンパイルメッセージ
main.c:1:8: warning: data definition has no type or storage class 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^ main.c:1:8: warning: type defaults to ‘int’ in declaration of ‘c’ [-Wimplicit-int] main.c:1:10: warning: type defaults to ‘int’ in declaration of ‘n’ [-Wimplicit-int] 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^ main.c:1:12: warning: type defaults to ‘int’ in declaration of ‘t’ [-Wimplicit-int] 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^ main.c:1:14: warning: type defaults to ‘int’ in declaration of ‘d’ [-Wimplicit-int] 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^ main.c:1:23: warning: type defaults to ‘int’ in declaration of ‘u’ [-Wimplicit-int] 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^ main.c:1:32: warning: return type defaults to ‘int’ [-Wimplicit-int] 1 | long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");} | ^~~~ main.c: In function ‘main’: main.c:1:32: warning: type of ‘i’ defaults to ‘int’ [-Wimplicit-int] main.c:1:44: warning: implicit declaration of function ‘scanf’ [-Wimplicit-fu
ソースコード
long k;c,n,t,d[1<<18],u[1<<18];main(i){for(scanf("%d%ld",&n,&k);~scanf("%d",d+i++););for(i--;--i;)for(c-=!u[t=i];!u[t];t=d[u[t]=t])c++;n=!puts(k<c||k-c&1?"NO":"YES");}