結果
| 問題 |
No.8027 114514
|
| コンテスト | |
| ユーザー |
0214sh7
|
| 提出日時 | 2017-03-31 22:29:59 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 214 bytes |
| コンパイル時間 | 128 ms |
| コンパイル使用メモリ | 29,696 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-07-07 14:29:38 |
| 合計ジャッジ時間 | 605 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 4 WA * 6 |
ソースコード
#include <cstdio>
//#include<algorithm>
//#define REP(i,n) for (int i=0;i<(n);i++)
//using namespace std;
int main(void){
int N;
int a[10]={1,7,1,1,1,5,1,1,1,1};
scanf("%d",&N);
printf("%d",a[N]);
return 0;
}
0214sh7