結果

問題 No.5012 Better Mo's Algorithm is Needed!! (Execute)
ユーザー butsurizuki
提出日時 2022-12-13 15:21:57
言語 C++23
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 96 bytes
コンパイル時間 3,688 ms
実行使用メモリ 3,548 KB
スコア 10,000,000,001,499,997
最終ジャッジ日時 2022-12-13 20:42:16
合計ジャッジ時間 14,847 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1
other WA * 99
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<bits/stdc++.h>

using namespace std;

int main(){
  cout << "1 2 3 4\n";
  return 0;
}
0