結果
| 問題 |
No.2631 Rectangle Grid Game
|
| コンテスト | |
| ユーザー |
noya2
|
| 提出日時 | 2024-02-15 17:18:01 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 293 bytes |
| コンパイル時間 | 8,480 ms |
| コンパイル使用メモリ | 338,348 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-09-28 19:06:05 |
| 合計ジャッジ時間 | 9,367 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 30 |
ソースコード
#include<bits/stdc++.h>
#include"testlib.h"
using namespace std;
using ll = long long;
const ll HWmin = 2, HWmax = 1'000'000'000;
int main(){
registerValidation();
inf.readLong(HWmin,HWmax);
inf.readSpace();
inf.readLong(HWmin,HWmax);
inf.readEoln();
inf.readEof();
}
noya2