結果
問題 |
No.3286 Make a Happy Connection
|
ユーザー |
![]() |
提出日時 | 2025-10-05 13:07:34 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 362 bytes |
コンパイル時間 | 676 ms |
コンパイル使用メモリ | 75,152 KB |
実行使用メモリ | 7,720 KB |
最終ジャッジ日時 | 2025-10-05 13:07:37 |
合計ジャッジ時間 | 2,353 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 27 |
ソースコード
#include <iostream> #include <string> #include <algorithm> #include <functional> #include <vector> #include <stack> #include <queue> #include <set> #include <map> #include <tuple> #include <cstdio> #include <cassert> #include <atcoder/modint> #define rep(i, n) for(i = 0; i < n; i++) using namespace std; using namespace atcoder; signed main() { return 0; }