結果
| 問題 | No.1552 Simple Dice Game |
| コンテスト | |
| ユーザー |
nok0
|
| 提出日時 | 2021-06-18 20:01:01 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 312 bytes |
| 記録 | |
| コンパイル時間 | 9,476 ms |
| コンパイル使用メモリ | 336,680 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-21 02:33:24 |
| 合計ジャッジ時間 | 8,381 ms |
|
ジャッジサーバーID (参考情報) |
judge3_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 20 |
ソースコード
#include <bits/stdc++.h>
#include <atcoder/all>
using namespace std;
using mint = atcoder::modint998244353;
#include "testlib.h"
int main() {
registerValidation();
long long n;
int m;
n=inf.readLong(1ll,1000000000000000000ll);
inf.readSpace();
m=inf.readInt(1,500000);
inf.readEoln();
inf.readEof();
}
nok0