結果
問題 | No.1578 A × B × C |
ユーザー |
![]() |
提出日時 | 2021-05-14 12:51:42 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 569 bytes |
コンパイル時間 | 5,860 ms |
コンパイル使用メモリ | 224,364 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-29 04:44:56 |
合計ジャッジ時間 | 6,619 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
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(); inf.readEof(); }