結果

問題 No.5011 Better Mo's Algorithm is Needed!! (Weighted)
ユーザー butsurizuki
提出日時 2022-12-11 01:24:40
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 151 bytes
コンパイル時間 3,579 ms
実行使用メモリ 5,164 KB
スコア 0
最終ジャッジ日時 2022-12-11 01:27:57
合計ジャッジ時間 21,410 ms
ジャッジサーバーID
(参考情報)
judge12 / judge16
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 120
権限があれば一括ダウンロードができます

ソースコード

diff #

#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;
}
0