結果
| 問題 |
No.1472 作為の和
|
| コンテスト | |
| ユーザー |
nok0
|
| 提出日時 | 2021-04-04 11:08:56 |
| 言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) |
| 結果 |
CE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 241 bytes |
| コンパイル時間 | 941 ms |
| コンパイル使用メモリ | 60,488 KB |
| 最終ジャッジ日時 | 2025-01-20 11:04:21 |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp:3:10: fatal error: testlib.h: No such file or directory
3 | #include "testlib.h"
| ^~~~~~~~~~~
compilation terminated.
ソースコード
#include <bits/stdc++.h>
using namespace std;
#include "testlib.h"
int main() {
registerValidation();
int n;
n = inf.readInt(0, 1000000000);
inf.readEoln();
inf.readEof();
cout << (n ? 9ll * (2 * n + 1) - 1 : 9) << " " << 1 << '\n';
}
nok0