結果
問題 | No.5010 Better Mo's Algorithm is Needed!! (Unweighted) |
ユーザー | butsurizuki |
提出日時 | 2022-12-10 23:56:32 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 151 bytes |
コンパイル時間 | 4,028 ms |
実行使用メモリ | 5,200 KB |
スコア | 0 |
最終ジャッジ日時 | 2022-12-16 23:30:36 |
合計ジャッジ時間 | 35,250 ms |
ジャッジサーバーID (参考情報) |
judge10 / judge16 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 120 |
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(nullptr); cout << "6 5 4 3 1 2\n"; return 0; }