結果
| 問題 |
No.1578 A × B × C
|
| コンテスト | |
| ユーザー |
magsta
|
| 提出日時 | 2021-05-14 12:52:06 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 657 bytes |
| コンパイル時間 | 6,616 ms |
| コンパイル使用メモリ | 224,832 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-06-29 04:43:16 |
| 合計ジャッジ時間 | 6,540 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 RE * 1 |
| other | RE * 22 |
ソースコード
#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)100000000);
inf.readSpace();
long long B = inf.readLong((long long)1, (long long)100000000);
inf.readSpace();
long long C = inf.readLong((long long)1, (long long)100000000);
inf.readEoln();
long long K = inf.readLong((long long)1, (long long)100000000);
inf.readEoln();
inf.readEof();
}
magsta