結果
| 問題 | No.1935 Water Simulation |
| コンテスト | |
| ユーザー |
noya2
|
| 提出日時 | 2022-04-06 10:20:32 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 379 bytes |
| 記録 | |
| コンパイル時間 | 7,781 ms |
| コンパイル使用メモリ | 335,788 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-25 16:50:52 |
| 合計ジャッジ時間 | 8,741 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 29 |
ソースコード
/*
入力 validation。WA なら OK。
*/
#include "testlib.h"
#include<bits/stdc++.h>
using namespace std;
const long long maxint = 1'000'000'000'000'000'000LL;
int main(){
registerValidation();
for (int i = 0; i < 4; i++){
int v = inf.readInt(1,100,"v");
inf.readSpace();
}
long long n = inf.readLong(1,maxint,"n");
inf.readEoln();
inf.readEof();
return 0;
}
noya2