結果
| 問題 | No.1491 銀将 |
| コンテスト | |
| ユーザー |
penguinman
|
| 提出日時 | 2021-04-30 20:52:50 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 278 bytes |
| 記録 | |
| コンパイル時間 | 5,785 ms |
| コンパイル使用メモリ | 336,344 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-20 00:50:18 |
| 合計ジャッジ時間 | 6,907 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 16 |
ソースコード
#include<bits/stdc++.h>
#include "testlib.h"
using std::cin;
using std::cout;
using std::endl;
using ll = long long;
int main(){
registerValidation();
ll max = 1e9;
ll K = inf.readLong(1,max,"K");
ll ans = 4*K*K+2;
cout << ans << endl;
inf.readEoln();
}
penguinman