結果

問題 No.1636 森
ユーザー magsta
提出日時 2021-07-09 09:04:31
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 390 bytes
コンパイル時間 7,097 ms
コンパイル使用メモリ 224,236 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-09-17 00:59:31
合計ジャッジ時間 6,792 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample WA * 2
other WA * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <iostream>
#include <string>
#include <algorithm>
#include <utility>
#include <cmath>
#include <cstdlib>
#include <map>
#include <set>
#include <queue>
#include <vector>
#include "testlib.h"
using namespace std;
#define MOD 998244353

int main() {
    registerValidation();
    long long A = inf.readLong((long long)2, (long long)100, "A");
    inf.readEoln();
    inf.readEof();
}
0