結果
| 問題 | No.2368 I love a square root of 2 |
| コンテスト | |
| ユーザー |
shobonvip
|
| 提出日時 | 2023-06-30 06:11:52 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 278 bytes |
| 記録 | |
| コンパイル時間 | 5,917 ms |
| コンパイル使用メモリ | 335,976 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-07-01 13:09:25 |
| 合計ジャッジ時間 | 6,894 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 20 |
ソースコード
/*
入力 validation。WA なら OK。
*/
#include "testlib.h"
#include<bits/stdc++.h>
using namespace std;
using ll = long long;
const ll Nmin = 1, Nmax = 1e10;
int main(){
registerValidation();
ll N = inf.readLong(Nmin,Nmax);
inf.readEoln();
inf.readEof();
return 0;
}
shobonvip