Submission #47395


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <stdio.h>
#define KANE 5
int main( void )
{
int n, s;
scanf("%d", &n);
s = KANE * n;
printf("%d000000000000000\n", s);
return 0;
}

ステータス

項目 データ
問題 0787 - Forest King Out
ユーザー名 sth18_k-masui
投稿日時 2019-02-13 17:18:15
言語 C
状態 Accepted
得点 5
ソースコード長 165 Byte
最大実行時間 25 ms
最大メモリ使用量 580 KB

セット

セット 得点 Cases
1 森鴎外!! 5 / 5 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01 AC 25 ms 504 KB
1
Input02 AC 17 ms 528 KB
1
Input03 AC 24 ms 580 KB
1
Input04 AC 17 ms 536 KB
1
Input05 AC 18 ms 464 KB
1