Task: | Lukujono |
Sender: | MojoLake |
Submission time: | 2022-01-22 00:03:50 +0200 |
Language: | C++ (C++17) |
Status: | READY |
Result: | 0 |
group | verdict | score |
---|---|---|
#1 | WRONG ANSWER | 0 |
#2 | WRONG ANSWER | 0 |
#3 | WRONG ANSWER | 0 |
test | verdict | time | group | |
---|---|---|---|---|
#1 | WRONG ANSWER | 0.01 s | 1 | details |
#2 | WRONG ANSWER | 0.01 s | 1 | details |
#3 | WRONG ANSWER | 0.01 s | 1 | details |
#4 | WRONG ANSWER | 0.01 s | 1 | details |
#5 | WRONG ANSWER | 0.01 s | 1 | details |
#6 | WRONG ANSWER | 0.01 s | 1 | details |
#7 | WRONG ANSWER | 0.01 s | 1 | details |
#8 | WRONG ANSWER | 0.01 s | 1 | details |
#9 | WRONG ANSWER | 0.01 s | 2 | details |
#10 | WRONG ANSWER | 0.01 s | 2 | details |
#11 | WRONG ANSWER | 0.01 s | 2 | details |
#12 | WRONG ANSWER | 0.01 s | 2 | details |
#13 | WRONG ANSWER | 0.01 s | 2 | details |
#14 | WRONG ANSWER | 0.01 s | 2 | details |
#15 | WRONG ANSWER | 0.01 s | 2 | details |
#16 | WRONG ANSWER | 0.01 s | 2 | details |
#17 | WRONG ANSWER | 0.01 s | 3 | details |
#18 | WRONG ANSWER | 0.01 s | 3 | details |
#19 | WRONG ANSWER | 0.01 s | 3 | details |
#20 | WRONG ANSWER | 0.01 s | 3 | details |
#21 | WRONG ANSWER | 0.01 s | 3 | details |
#22 | WRONG ANSWER | 0.01 s | 3 | details |
#23 | WRONG ANSWER | 0.01 s | 3 | details |
#24 | WRONG ANSWER | 0.01 s | 3 | details |
Code
#include <bits/stdc++.h> #define ll long long #define mp make_pair #define pb push_back #define F first #define S second using namespace std; const int N = (int)1e8; ll n; ll u[N+1]; ll uol(int x){ if(!x)return 0; if(u[x])return u[x]; ll s = 0; int ind = 2; while(ind<=x){ int b = (x % ind) + 1; int val = x/ind; s += uol(val) * b; ind = ind + b; } return u[x] = s; } int main(){ u[1] = 1; cin >> n; cout << uol(n) << "\n"; return 0; }
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
542 |
correct output |
---|
11942 |
user output |
---|
23392 |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
929 |
correct output |
---|
29913 |
user output |
---|
73308 |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
801 |
correct output |
---|
23460 |
user output |
---|
48564 |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
935 |
correct output |
---|
30006 |
user output |
---|
84800 |
Test 5
Group: 1
Verdict: WRONG ANSWER
input |
---|
998 |
correct output |
---|
33766 |
user output |
---|
81766 |
Test 6
Group: 1
Verdict: WRONG ANSWER
input |
---|
942 |
correct output |
---|
30490 |
user output |
---|
69929 |
Test 7
Group: 1
Verdict: WRONG ANSWER
input |
---|
736 |
correct output |
---|
20285 |
user output |
---|
41292 |
Test 8
Group: 1
Verdict: WRONG ANSWER
input |
---|
930 |
correct output |
---|
29975 |
user output |
---|
61381 |
Test 9
Group: 2
Verdict: WRONG ANSWER
input |
---|
95404 |
correct output |
---|
90172356 |
user output |
---|
383932670 |
Test 10
Group: 2
Verdict: WRONG ANSWER
input |
---|
98060 |
correct output |
---|
94687572 |
user output |
---|
507573234 |
Test 11
Group: 2
Verdict: WRONG ANSWER
input |
---|
69495 |
correct output |
---|
52308390 |
user output |
---|
311472512 |
Test 12
Group: 2
Verdict: WRONG ANSWER
input |
---|
92197 |
correct output |
---|
85306979 |
user output |
---|
367583720 |
Test 13
Group: 2
Verdict: WRONG ANSWER
input |
---|
53418 |
correct output |
---|
32957881 |
user output |
---|
148104964 |
Test 14
Group: 2
Verdict: WRONG ANSWER
input |
---|
97377 |
correct output |
---|
93859995 |
user output |
---|
452038800 |
Test 15
Group: 2
Verdict: WRONG ANSWER
input |
---|
68065 |
correct output |
---|
50223001 |
user output |
---|
208046144 |
Test 16
Group: 2
Verdict: WRONG ANSWER
input |
---|
95463 |
correct output |
---|
90201672 |
user output |
---|
529891456 |
Test 17
Group: 3
Verdict: WRONG ANSWER
input |
---|
74323456 |
correct output |
---|
8975396101231 |
user output |
---|
104620851599577 |
Test 18
Group: 3
Verdict: WRONG ANSWER
input |
---|
92132055 |
correct output |
---|
13006378374515 |
user output |
---|
254070620442560 |
Test 19
Group: 3
Verdict: WRONG ANSWER
input |
---|
55135704 |
correct output |
---|
5354656932672 |
user output |
---|
70192351498141 |
Test 20
Group: 3
Verdict: WRONG ANSWER
input |
---|
98613338 |
correct output |
---|
14631125716007 |
user output |
---|
236061957482338 |
Test 21
Group: 3
Verdict: WRONG ANSWER
input |
---|
75558302 |
correct output |
---|
9238208186405 |
user output |
---|
171611543764596 |
Test 22
Group: 3
Verdict: WRONG ANSWER
input |
---|
94968034 |
correct output |
---|
13713914468591 |
user output |
---|
206390283783718 |
Test 23
Group: 3
Verdict: WRONG ANSWER
input |
---|
52163652 |
correct output |
---|
4858985762438 |
user output |
---|
62731337234438 |
Test 24
Group: 3
Verdict: WRONG ANSWER
input |
---|
94830583 |
correct output |
---|
13674294022172 |
user output |
---|
384420372760768 |