Submission #45583


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
#include<stdio.h>
int main (void)
{
int n, i;
scanf("%d",&n);
for(i=0;i<n;i++){
printf("80 yen.\n");
}
return 0;
}

ステータス

項目 データ
問題 0792 - サーバル甲冑
ユーザー名 sth18_r-ishigami
投稿日時 2018-12-10 16:22:13
言語 C
状態 Accepted
得点 5
ソースコード長 134 Byte
最大実行時間 42 ms
最大メモリ使用量 528 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01.txt AC 42 ms 504 KB
1
Input02.txt AC 28 ms 528 KB
1
Input03.txt AC 22 ms 488 KB
1
Input04.txt AC 14 ms 380 KB
1
Input05.txt AC 20 ms 432 KB
1