Submission #63216


ソースコード

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

ステータス

項目 データ
問題 0792 - サーバル甲冑
ユーザー名 Omura
投稿日時 2020-08-28 15:57:07
言語 C++
状態 Accepted
得点 5
ソースコード長 184 Byte
最大実行時間 25 ms
最大メモリ使用量 604 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01.txt AC 25 ms 604 KB
1
Input02.txt AC 17 ms 580 KB
1
Input03.txt AC 15 ms 548 KB
1
Input04.txt AC 20 ms 396 KB
1
Input05.txt AC 19 ms 496 KB
1