結果
| 問題 | No.2878 𝕀𝔾ℕ𝕀𝕋𝕀𝕆ℕ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2026-01-02 18:52:01 |
| 言語 | C++23 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 173 bytes |
| 記録 | |
| コンパイル時間 | 1,445 ms |
| コンパイル使用メモリ | 145,320 KB |
| 実行使用メモリ | 7,848 KB |
| 最終ジャッジ日時 | 2026-01-02 18:52:03 |
| 合計ジャッジ時間 | 2,620 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 8 |
ソースコード
#include <iostream>
#include <string>
using namespace std;
constexpr string s = "IGNITION";
int main(void) {
int i;
cin >> i;
cout << s[i - 1] << "\n";
return 0;
}