結果
| 問題 |
No.8027 114514
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-11 22:17:16 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 263 bytes |
| コンパイル時間 | 1,674 ms |
| コンパイル使用メモリ | 166,796 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-27 04:38:47 |
| 合計ジャッジ時間 | 2,290 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 6 WA * 4 |
ソースコード
#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,3,4,5,6,1,8,9,0};
int n;cin>>n;
cout<<a[n-1]<<endl;
}