結果
問題 |
No.1578 A × B × C
|
ユーザー |
![]() |
提出日時 | 2021-06-30 11:55:10 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 684 bytes |
コンパイル時間 | 6,127 ms |
コンパイル使用メモリ | 226,188 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-29 04:46:53 |
合計ジャッジ時間 | 6,884 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 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)1000000000, "A"); inf.readSpace(); long long B = inf.readLong((long long)1, (long long)1000000000, "B"); inf.readSpace(); long long C = inf.readLong((long long)1, (long long)1000000000, "C"); inf.readEoln(); long long K = inf.readLong((long long)1, (long long)1000000000000, "K"); inf.readEoln(); inf.readEof(); }