Submission #64319


ソースコード

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

ステータス

項目 データ
問題 0787 - Forest King Out
ユーザー名 r2031
投稿日時 2020-10-17 13:47:21
言語 C++14
状態 Accepted
得点 5
ソースコード長 238 Byte
最大実行時間 25 ms
最大メモリ使用量 684 KB

セット

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

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
Input01 AC 25 ms 604 KB
1
Input02 AC 17 ms 684 KB
1
Input03 AC 16 ms 636 KB
1
Input04 AC 15 ms 460 KB
1
Input05 AC 19 ms 544 KB
1