Submission #00057


ソースコード

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/// {{{
#include "bits/stdc++.h"
#define ALL(x) x.begin(), x.end()
#define iostreamBooster() do{cin.tie(nullptr);ios::sync_with_stdio(false);}while(0)
#define rep(i, s, t) for(int i = int(s); i < int(t); ++i)
using namespace std;
typedef long long i64;
typedef pair<int,int> pii;
template<class A, class B>inline bool chmax(A &a, const B &b){return b>a ? a=b,1 : 0;}
template<class A, class B>inline bool chmin(A &a, const B &b){return b<a ? a=b,1 : 0;}
constexpr int INF = 0x3f3f3f3f;
constexpr i64 LINF = 0x3f3f3f3f3f3f3f3fLL;
// }}}
signed main()
{
string s[] = {
"",
"1",
"2",
"3",
"2 2",
"5",
"2 3",
"7",
"2 2 2",
"3 3",
"2 5"
};
int n;
cin >> n;
if (n < 0) {
puts("SANGI is a contest which gives iPad.");
} else {
puts(s[n].c_str());
}
return 0;
}

ステータス

項目 データ
問題 0011 - SANGI式素因数分解〜無能主義〜
ユーザー名 Arumakan_ei1727
投稿日時 2019-05-27 17:12:43
言語 C++14
状態 Accepted
得点 1
ソースコード長 883 Byte
最大実行時間 57 ms
最大メモリ使用量 700 KB

セット

セット 得点 Cases
1 ALL 1 / 1 *

テストケース

ファイル名 状態 実行時間 メモリ使用量 #
in-1 AC 17 ms 604 KB
1
in-2 AC 20 ms 672 KB
1
in-3 AC 16 ms 516 KB
1
in-4 AC 21 ms 620 KB
1
in-5 AC 27 ms 464 KB
1
in-6 AC 19 ms 312 KB
1
in-7 AC 20 ms 416 KB
1
in-8 AC 21 ms 392 KB
1
in-9 AC 57 ms 360 KB
1
in-10 AC 19 ms 700 KB
1
in0 AC 30 ms 464 KB
1
in1 AC 24 ms 564 KB
1
in2 AC 17 ms 512 KB
1
in3 AC 21 ms 484 KB
1
in4 AC 21 ms 588 KB
1
in5 AC 18 ms 436 KB
1
in6 AC 15 ms 404 KB
1
in7 AC 24 ms 628 KB
1
in8 AC 19 ms 600 KB
1
in9 AC 25 ms 696 KB
1
in10 AC 26 ms 536 KB
1