Submission #22620


ソースコード

1
2
3
4
5
6
7
8
9
10
#include<bits/stdc++.h>
using namespace std;
int main(){
int a;
cin>>a;
for(int i=0;i<a;i++){
cout<<"80 yen."<<endl;
}
return 0;
}

ステータス

項目 データ
問題 0792 - サーバル甲冑
ユーザー名 ei1711
投稿日時 2017-07-22 22:58:03
言語 C++11
状態 Accepted
得点 5
ソースコード長 155 Byte
最大実行時間 23 ms
最大メモリ使用量 636 KB

セット

セット 得点 Cases
1 80 yen. 5 / 5 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01.txt AC 15 ms 480 KB
1
Input02.txt AC 12 ms 452 KB
1
Input03.txt AC 12 ms 300 KB
1
Input04.txt AC 14 ms 536 KB
1
Input05.txt AC 23 ms 636 KB
1