結果

問題 No.233 めぐるはめぐる (3)
ユーザー tailstails
提出日時 2021-03-23 15:59:29
言語 cLay
(20240714-1)
結果
AC  
実行時間 668 ms / 1,000 ms
コード長 212 bytes
コンパイル時間 2,134 ms
コンパイル使用メモリ 180,976 KB
実行使用メモリ 40,064 KB
最終ジャッジ日時 2024-07-05 15:09:40
合計ジャッジ時間 8,086 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 95 ms
13,952 KB
testcase_01 AC 53 ms
10,624 KB
testcase_02 AC 25 ms
7,040 KB
testcase_03 AC 62 ms
11,392 KB
testcase_04 AC 668 ms
40,064 KB
testcase_05 AC 430 ms
30,080 KB
testcase_06 AC 413 ms
28,288 KB
testcase_07 AC 657 ms
40,064 KB
testcase_08 AC 650 ms
40,064 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 1 ms
5,376 KB
testcase_12 AC 55 ms
10,624 KB
testcase_13 AC 105 ms
14,336 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

map<string,ll>m;
char b[16];

void f(ll u,ll v,ll w){
	if(!u&!m[b])wt(b),exit(0);
	for(;v<12;v+=2)if(u&1<<v)f(u^1<<v,~v&1,w+!!(b[w]="inabameguru"[v]));
}

{
	ll@n;
	rep(n)rd(b),m[b]=1;
	f(4095,1,0);
	wt("NO");
}
0