結果
| 問題 |
No.8027 114514
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-11 22:17:45 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 263 bytes |
| コンパイル時間 | 1,752 ms |
| コンパイル使用メモリ | 168,568 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-27 04:38:50 |
| 合計ジャッジ時間 | 2,046 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 7 WA * 3 |
ソースコード
#include <bits/stdc++.h>
//define
#define yes (cout<<"Yes"<<endl)
#define no (cout<<"No"<<endl)
#define ll long long
#define str string
using namespace std;
int inf=2000000000;
int main(){
vector<int> a={7,2,2,4,5,6,1,2,2,0};
int n;cin>>n;
cout<<a[n-1]<<endl;
}