Submission #49869


ソースコード

1
2
3
4
5
6
7
8
9
10
#include<stdio.h>
signed main(){
int a;
scanf("%d",&a);
while(a>0){
printf("80 yen.\n");
a=a-1;
}
return(0);
}

ステータス

項目 データ
問題 0792 - サーバル甲冑
ユーザー名 r1910
投稿日時 2019-05-30 18:37:46
言語 C
状態 Accepted
得点 5
ソースコード長 139 Byte
最大実行時間 24 ms
最大メモリ使用量 504 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01.txt AC 24 ms 504 KB
1
Input02.txt AC 19 ms 308 KB
1
Input03.txt AC 18 ms 324 KB
1
Input04.txt AC 20 ms 384 KB
1
Input05.txt AC 19 ms 440 KB
1