結果
問題 | No.2948 move move rotti |
ユーザー | tails |
提出日時 | 2024-10-25 22:30:32 |
言語 | cLay (20241019-1) |
結果 |
AC
|
実行時間 | 1,157 ms / 4,000 ms |
コード長 | 399 bytes |
コンパイル時間 | 4,379 ms |
コンパイル使用メモリ | 183,552 KB |
実行使用メモリ | 8,396 KB |
最終ジャッジ日時 | 2024-10-25 22:30:53 |
合計ジャッジ時間 | 8,535 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 28 |
ソースコード
ll@n,@m,@k,y=0; rep(k){ ll@x--; y|=1<<x; } int@(u,v)--[m]; graph g; g.setEdge(n,m,u,v); rep(a,n){ set<pair<ll,ll>>s,t; s.insert({1<<a,a}); while(!s.empty()){ ll z=y; for(auto b:s){ ll e=b.second; z&=~(1<<e); rep[g.edge[e]](c,g.es[e]){ if(~b.first&1<<c){ t.insert({b.first|1<<c,c}); } } } if(!z){ wt("Yes"); exit(0); } s=t; t.clear(); } } wt("No");