結果
| 問題 |
No.1579 New Type of Nim
|
| コンテスト | |
| ユーザー |
magsta
|
| 提出日時 | 2021-06-30 12:01:39 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 492 bytes |
| コンパイル時間 | 6,961 ms |
| コンパイル使用メモリ | 224,396 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-29 04:41:16 |
| 合計ジャッジ時間 | 7,704 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 31 |
ソースコード
#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)1, (long long)1000000000, "A");
inf.readSpace();
long long B = inf.readLong((long long)1, (long long)1000000000, "B");
inf.readEoln();
inf.readEof();
}
magsta