結果
| 問題 |
No.1578 A × B × C
|
| コンテスト | |
| ユーザー |
magsta
|
| 提出日時 | 2021-05-14 12:57:45 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 677 bytes |
| コンパイル時間 | 5,931 ms |
| コンパイル使用メモリ | 224,312 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-06-29 04:46:21 |
| 合計ジャッジ時間 | 6,651 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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, "A");
inf.readSpace();
long long B = inf.readLong((long long)1, (long long)100000000, "B");
inf.readSpace();
long long C = inf.readLong((long long)1, (long long)100000000, "C");
inf.readEoln();
long long K = inf.readLong((long long)1, (long long)100000000, "K");
inf.readEoln();
inf.readEof();
}
magsta