結果
問題 | No.233 めぐるはめぐる (3) |
ユーザー | tails |
提出日時 | 2019-01-29 16:31:46 |
言語 | cLay (20240714-1) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 216 bytes |
コンパイル時間 | 2,306 ms |
コンパイル使用メモリ | 181,788 KB |
実行使用メモリ | 27,584 KB |
最終ジャッジ日時 | 2024-07-05 13:19:51 |
合計ジャッジ時間 | 8,140 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | TLE | - |
testcase_01 | -- | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
コンパイルメッセージ
main.cpp: In function ‘long long int f(long long int, long long int, long long int)’: main.cpp:123:1: warning: control reaches end of non-void function [-Wreturn-type] 123 | } | ^
ソースコード
map<string,ll> m; ll n; char b[16]; ll f(ll u,ll v,ll w){ if(!u&&!m[b])wt(b),exit(0); for(;v<12;v+=2)u&1<<v&&f(u^1<<v,~v&1,w+!!(b[w]="inabameguru"[v])); } { rd(n); rep(n)rd(b),m[b]=1; f(4095,1,0); wt("NO"); }