結果
問題 |
No.8104 黒に近い、黒
|
ユーザー |
|
提出日時 | 2023-09-13 02:01:10 |
言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 258 bytes |
コンパイル時間 | 2,957 ms |
コンパイル使用メモリ | 241,844 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-30 12:42:05 |
合計ジャッジ時間 | 3,742 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 17 |
ソースコード
#include <bits/stdc++.h> #define rep(i, n) for (int i = 0; i < (n); i++) using namespace std; int main() { int A[] = {-1, 0, 0, 1, 1, 2, 3, 5, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11}; int n; cin >> n; cout << A[n] << endl; return 0; }