結果
問題 |
No.2154 あさかつの参加人数
|
ユーザー |
|
提出日時 | 2024-11-21 19:44:50 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 124 bytes |
コンパイル時間 | 2,022 ms |
コンパイル使用メモリ | 192,168 KB |
最終ジャッジ日時 | 2025-02-25 05:47:47 |
ジャッジサーバーID (参考情報) |
judge1 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 25 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main(){ int N, M; cin >> N >> M; assert(N <= 500000 and M <= 500000); }