結果
問題 |
No.5011 Better Mo's Algorithm is Needed!! (Weighted)
|
ユーザー |
|
提出日時 | 2022-12-17 00:01:38 |
言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 22 ms / 5,000 ms |
コード長 | 121 bytes |
コンパイル時間 | 1,788 ms |
実行使用メモリ | 3,552 KB |
スコア | 128,843,782 |
最終ジャッジ日時 | 2022-12-17 00:02:32 |
合計ジャッジ時間 | 52,370 ms |
ジャッジサーバーID (参考情報) |
judge15 / judge16 |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 120 |
ソースコード
#include<iostream> using namespace std; int main(){ int N; cin>>N>>N; for(int i=1;i<=N;i++)cout<<i<<" \n"[i==N]; }