結果
| 問題 |
No.1491 銀将
|
| コンテスト | |
| ユーザー |
penguinman
|
| 提出日時 | 2021-04-30 20:53:13 |
| 言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
| 結果 |
CE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 297 bytes |
| コンパイル時間 | 1,106 ms |
| コンパイル使用メモリ | 60,408 KB |
| 最終ジャッジ日時 | 2025-01-21 02:28:07 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp:2:10: fatal error: testlib.h: No such file or directory
2 | #include "testlib.h"
| ^~~~~~~~~~~
compilation terminated.
ソースコード
#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();
inf.readEof();
}
penguinman