Task: | Wheel of fortune |
Sender: | eyong002 |
Submission time: | 2024-09-16 17:49:34 +0300 |
Language: | C++ (C++11) |
Status: | READY |
Result: | WRONG ANSWER |
test | verdict | time | |
---|---|---|---|
#1 | WRONG ANSWER | 0.00 s | details |
#2 | ACCEPTED | 0.00 s | details |
#3 | WRONG ANSWER | 0.00 s | details |
#4 | ACCEPTED | 0.00 s | details |
#5 | WRONG ANSWER | 0.00 s | details |
#6 | ACCEPTED | 0.00 s | details |
#7 | WRONG ANSWER | 0.00 s | details |
#8 | WRONG ANSWER | 0.00 s | details |
#9 | WRONG ANSWER | 0.00 s | details |
#10 | WRONG ANSWER | 0.00 s | details |
#11 | WRONG ANSWER | 0.00 s | details |
#12 | WRONG ANSWER | 0.00 s | details |
#13 | WRONG ANSWER | 0.00 s | details |
#14 | WRONG ANSWER | 0.00 s | details |
#15 | WRONG ANSWER | 0.00 s | details |
#16 | ACCEPTED | 0.00 s | details |
#17 | WRONG ANSWER | 0.00 s | details |
#18 | ACCEPTED | 0.00 s | details |
#19 | WRONG ANSWER | 0.00 s | details |
#20 | ACCEPTED | 0.00 s | details |
#21 | WRONG ANSWER | 0.00 s | details |
#22 | ACCEPTED | 0.00 s | details |
#23 | WRONG ANSWER | 0.00 s | details |
#24 | ACCEPTED | 0.00 s | details |
#25 | WRONG ANSWER | 0.00 s | details |
#26 | WRONG ANSWER | 0.00 s | details |
#27 | WRONG ANSWER | 0.00 s | details |
#28 | WRONG ANSWER | 0.00 s | details |
#29 | WRONG ANSWER | 0.00 s | details |
#30 | WRONG ANSWER | 0.00 s | details |
#31 | WRONG ANSWER | 0.00 s | details |
#32 | WRONG ANSWER | 0.00 s | details |
#33 | WRONG ANSWER | 0.00 s | details |
#34 | WRONG ANSWER | 0.00 s | details |
#35 | WRONG ANSWER | 0.00 s | details |
#36 | WRONG ANSWER | 0.00 s | details |
#37 | WRONG ANSWER | 0.01 s | details |
#38 | WRONG ANSWER | 0.00 s | details |
#39 | ACCEPTED | 0.00 s | details |
#40 | WRONG ANSWER | 0.00 s | details |
#41 | ACCEPTED | 0.00 s | details |
#42 | WRONG ANSWER | 0.00 s | details |
#43 | ACCEPTED | 0.00 s | details |
#44 | WRONG ANSWER | 0.00 s | details |
#45 | WRONG ANSWER | 0.00 s | details |
#46 | WRONG ANSWER | 0.00 s | details |
#47 | WRONG ANSWER | 0.00 s | details |
#48 | WRONG ANSWER | 0.00 s | details |
#49 | WRONG ANSWER | 0.00 s | details |
#50 | WRONG ANSWER | 0.00 s | details |
#51 | ACCEPTED | 0.00 s | details |
#52 | WRONG ANSWER | 0.00 s | details |
#53 | ACCEPTED | 0.00 s | details |
#54 | WRONG ANSWER | 0.00 s | details |
#55 | ACCEPTED | 0.00 s | details |
#56 | WRONG ANSWER | 0.00 s | details |
#57 | WRONG ANSWER | 0.00 s | details |
#58 | WRONG ANSWER | 0.00 s | details |
#59 | WRONG ANSWER | 0.00 s | details |
#60 | WRONG ANSWER | 0.00 s | details |
#61 | WRONG ANSWER | 0.00 s | details |
#62 | WRONG ANSWER | 0.00 s | details |
#63 | WRONG ANSWER | 0.00 s | details |
#64 | WRONG ANSWER | 0.00 s | details |
#65 | ACCEPTED | 0.00 s | details |
#66 | WRONG ANSWER | 0.00 s | details |
#67 | ACCEPTED | 0.00 s | details |
#68 | WRONG ANSWER | 0.00 s | details |
#69 | ACCEPTED | 0.00 s | details |
#70 | WRONG ANSWER | 0.00 s | details |
#71 | ACCEPTED | 0.00 s | details |
#72 | WRONG ANSWER | 0.00 s | details |
#73 | ACCEPTED | 0.00 s | details |
#74 | WRONG ANSWER | 0.00 s | details |
#75 | WRONG ANSWER | 0.00 s | details |
#76 | WRONG ANSWER | 0.00 s | details |
#77 | WRONG ANSWER | 0.00 s | details |
#78 | WRONG ANSWER | 0.00 s | details |
#79 | WRONG ANSWER | 0.00 s | details |
#80 | WRONG ANSWER | 0.00 s | details |
#81 | WRONG ANSWER | 0.00 s | details |
#82 | WRONG ANSWER | 0.00 s | details |
#83 | WRONG ANSWER | 0.00 s | details |
#84 | WRONG ANSWER | 0.00 s | details |
#85 | WRONG ANSWER | 0.00 s | details |
#86 | WRONG ANSWER | 0.01 s | details |
#87 | WRONG ANSWER | 0.04 s | details |
#88 | WRONG ANSWER | 0.04 s | details |
#89 | WRONG ANSWER | 0.04 s | details |
#90 | ACCEPTED | 0.00 s | details |
#91 | WRONG ANSWER | 0.00 s | details |
#92 | ACCEPTED | 0.00 s | details |
#93 | WRONG ANSWER | 0.00 s | details |
#94 | ACCEPTED | 0.00 s | details |
#95 | ACCEPTED | 0.00 s | details |
#96 | ACCEPTED | 0.00 s | details |
#97 | ACCEPTED | 0.00 s | details |
#98 | ACCEPTED | 0.01 s | details |
#99 | ACCEPTED | 0.05 s | details |
#100 | WRONG ANSWER | 0.00 s | details |
Code
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { int N; cin >> N; vector<int> C(N); for (int i = 0; i < N; i++) { cin >> C[i]; } vector<vector<long long>> dp(N, vector<long long>(3, 0)); dp[0][0] = C[0]; // Black token on the first sector dp[0][1] = -C[0]; // Red token on the first sector dp[0][2] = 0; // Green token on the first sector for (int i = 1; i < N; i++) { dp[i][0] = C[i] + max(dp[i-1][1], dp[i-1][2]); // Place black token dp[i][1] = -C[i] + max(dp[i-1][0], dp[i-1][2]); // Place red token dp[i][2] = max({dp[i-1][0], dp[i-1][1], dp[i-1][2]}); // Place green token } long long result = max({dp[N-1][0], dp[N-1][1], dp[N-1][2]}); cout << result << endl; return 0; }
Test details
Test 1
Verdict: WRONG ANSWER
input |
---|
3 41702 99720 72033 |
correct output |
---|
58018 |
user output |
---|
113735 |
Test 2
Verdict: ACCEPTED
input |
---|
4 41702 99720 72033 93257 |
correct output |
---|
192977 |
user output |
---|
192977 |
Test 3
Verdict: WRONG ANSWER
input |
---|
5 41702 99720 72033 93257 11 |
correct output |
---|
192966 |
user output |
---|
192977 |
Test 4
Verdict: ACCEPTED
input |
---|
6 41702 99720 72033 93257 11 128... |
correct output |
---|
205789 |
user output |
---|
205789 |
Test 5
Verdict: WRONG ANSWER
input |
---|
7 41702 99720 72033 93257 11 128... |
correct output |
---|
223199 |
user output |
---|
223210 |
Test 6
Verdict: ACCEPTED
input |
---|
10 41702 99720 72033 93257 11 128... |
correct output |
---|
329303 |
user output |
---|
329303 |
Test 7
Verdict: WRONG ANSWER
input |
---|
3 43600 18508 2592 |
correct output |
---|
41008 |
user output |
---|
46192 |
Test 8
Verdict: WRONG ANSWER
input |
---|
4 43600 18508 2592 93155 |
correct output |
---|
111663 |
user output |
---|
136755 |
Test 9
Verdict: WRONG ANSWER
input |
---|
5 43600 18508 2592 93155 54967 |
correct output |
---|
134163 |
user output |
---|
136755 |
Test 10
Verdict: WRONG ANSWER
input |
---|
6 43600 18508 2592 93155 54967 9... |
correct output |
---|
206437 |
user output |
---|
231529 |
Test 11
Verdict: WRONG ANSWER
input |
---|
7 43600 18508 2592 93155 54967 9... |
correct output |
---|
228937 |
user output |
---|
231529 |
Test 12
Verdict: WRONG ANSWER
input |
---|
10 43600 18508 2592 93155 54967 9... |
correct output |
---|
286966 |
user output |
---|
312058 |
Test 13
Verdict: WRONG ANSWER
input |
---|
3 55080 7072 70815 |
correct output |
---|
63743 |
user output |
---|
125895 |
Test 14
Verdict: WRONG ANSWER
input |
---|
4 55080 7072 70815 83996 |
correct output |
---|
125895 |
user output |
---|
139076 |
Test 15
Verdict: WRONG ANSWER
input |
---|
5 55080 7072 70815 83996 29090 |
correct output |
---|
132004 |
user output |
---|
154985 |
Test 16
Verdict: ACCEPTED
input |
---|
6 55080 7072 70815 83996 29090 1... |
correct output |
---|
154985 |
user output |
---|
154985 |
Test 17
Verdict: WRONG ANSWER
input |
---|
7 55080 7072 70815 83996 29090 1... |
correct output |
---|
144137 |
user output |
---|
206068 |
Test 18
Verdict: ACCEPTED
input |
---|
10 96704 90063 54724 17269 97269 ... |
correct output |
---|
389952 |
user output |
---|
389952 |
Test 19
Verdict: WRONG ANSWER
input |
---|
3 96704 90063 54724 |
correct output |
---|
41980 |
user output |
---|
151428 |
Test 20
Verdict: ACCEPTED
input |
---|
4 96704 90063 54724 17269 |
correct output |
---|
151428 |
user output |
---|
151428 |
Test 21
Verdict: WRONG ANSWER
input |
---|
5 96704 90063 54724 17269 97269 |
correct output |
---|
170063 |
user output |
---|
248697 |
Test 22
Verdict: ACCEPTED
input |
---|
6 96704 90063 54724 17269 97269 ... |
correct output |
---|
248697 |
user output |
---|
248697 |
Test 23
Verdict: WRONG ANSWER
input |
---|
7 96704 90063 54724 17269 97269 ... |
correct output |
---|
241545 |
user output |
---|
320179 |
Test 24
Verdict: ACCEPTED
input |
---|
10 96704 90063 54724 17269 97269 ... |
correct output |
---|
389952 |
user output |
---|
389952 |
Test 25
Verdict: WRONG ANSWER
input |
---|
50 41702 99720 72033 93257 11 128... |
correct output |
---|
1508857 |
user output |
---|
1543827 |
Test 26
Verdict: WRONG ANSWER
input |
---|
50 43600 18508 2592 93155 54967 9... |
correct output |
---|
1261022 |
user output |
---|
1314928 |
Test 27
Verdict: WRONG ANSWER
input |
---|
50 55080 7072 70815 83996 29090 1... |
correct output |
---|
1204485 |
user output |
---|
1306065 |
Test 28
Verdict: WRONG ANSWER
input |
---|
50 96704 90063 54724 17269 97269 ... |
correct output |
---|
1548881 |
user output |
---|
1609766 |
Test 29
Verdict: WRONG ANSWER
input |
---|
250 41702 99720 72033 93257 11 128... |
correct output |
---|
7048856 |
user output |
---|
7270303 |
Test 30
Verdict: WRONG ANSWER
input |
---|
250 43600 18508 2592 93155 54967 9... |
correct output |
---|
7355456 |
user output |
---|
7593904 |
Test 31
Verdict: WRONG ANSWER
input |
---|
250 55080 7072 70815 83996 29090 1... |
correct output |
---|
6879335 |
user output |
---|
7162979 |
Test 32
Verdict: WRONG ANSWER
input |
---|
250 96704 90063 54724 17269 97269 ... |
correct output |
---|
7241700 |
user output |
---|
7419908 |
Test 33
Verdict: WRONG ANSWER
input |
---|
900 41702 99720 72033 93257 11 128... |
correct output |
---|
25585084 |
user output |
---|
26278635 |
Test 34
Verdict: WRONG ANSWER
input |
---|
900 43600 18508 2592 93155 54967 9... |
correct output |
---|
25559325 |
user output |
---|
26412908 |
Test 35
Verdict: WRONG ANSWER
input |
---|
900 55080 7072 70815 83996 29090 1... |
correct output |
---|
25395388 |
user output |
---|
26328113 |
Test 36
Verdict: WRONG ANSWER
input |
---|
900 96704 90063 54724 17269 97269 ... |
correct output |
---|
25722421 |
user output |
---|
26484876 |
Test 37
Verdict: WRONG ANSWER
input |
---|
10000 41702 99720 72033 93257 11 128... |
correct output |
---|
286456959 |
user output |
---|
295025669 |
Test 38
Verdict: WRONG ANSWER
input |
---|
3 2 3 3 |
correct output |
---|
1 |
user output |
---|
5 |
Test 39
Verdict: ACCEPTED
input |
---|
4 2 4 3 4 |
correct output |
---|
8 |
user output |
---|
8 |
Test 40
Verdict: WRONG ANSWER
input |
---|
5 3 5 4 5 1 |
correct output |
---|
9 |
user output |
---|
10 |
Test 41
Verdict: ACCEPTED
input |
---|
6 3 6 5 6 1 1 |
correct output |
---|
13 |
user output |
---|
13 |
Test 42
Verdict: WRONG ANSWER
input |
---|
7 3 7 6 7 1 1 3 |
correct output |
---|
16 |
user output |
---|
17 |
Test 43
Verdict: ACCEPTED
input |
---|
10 5 10 8 10 1 2 4 10 2 3 |
correct output |
---|
35 |
user output |
---|
35 |
Test 44
Verdict: WRONG ANSWER
input |
---|
3 2 1 1 |
correct output |
---|
1 |
user output |
---|
3 |
Test 45
Verdict: WRONG ANSWER
input |
---|
4 2 1 1 4 |
correct output |
---|
5 |
user output |
---|
6 |
Test 46
Verdict: WRONG ANSWER
input |
---|
5 3 1 1 5 3 |
correct output |
---|
7 |
user output |
---|
8 |
Test 47
Verdict: WRONG ANSWER
input |
---|
6 3 2 1 6 4 6 |
correct output |
---|
14 |
user output |
---|
15 |
Test 48
Verdict: WRONG ANSWER
input |
---|
7 4 2 1 7 4 7 4 |
correct output |
---|
17 |
user output |
---|
18 |
Test 49
Verdict: WRONG ANSWER
input |
---|
10 5 2 1 10 6 10 5 5 5 4 |
correct output |
---|
31 |
user output |
---|
34 |
Test 50
Verdict: WRONG ANSWER
input |
---|
3 2 3 3 |
correct output |
---|
1 |
user output |
---|
5 |
Test 51
Verdict: ACCEPTED
input |
---|
4 2 4 3 4 |
correct output |
---|
8 |
user output |
---|
8 |
Test 52
Verdict: WRONG ANSWER
input |
---|
5 3 5 4 5 1 |
correct output |
---|
9 |
user output |
---|
10 |
Test 53
Verdict: ACCEPTED
input |
---|
6 3 6 5 6 1 1 |
correct output |
---|
13 |
user output |
---|
13 |
Test 54
Verdict: WRONG ANSWER
input |
---|
7 3 7 6 7 1 1 3 |
correct output |
---|
16 |
user output |
---|
17 |
Test 55
Verdict: ACCEPTED
input |
---|
10 5 10 8 10 1 2 4 10 2 3 |
correct output |
---|
35 |
user output |
---|
35 |
Test 56
Verdict: WRONG ANSWER
input |
---|
3 2 1 1 |
correct output |
---|
1 |
user output |
---|
3 |
Test 57
Verdict: WRONG ANSWER
input |
---|
4 2 1 1 4 |
correct output |
---|
5 |
user output |
---|
6 |
Test 58
Verdict: WRONG ANSWER
input |
---|
5 3 1 1 5 3 |
correct output |
---|
7 |
user output |
---|
8 |
Test 59
Verdict: WRONG ANSWER
input |
---|
6 3 2 1 6 4 6 |
correct output |
---|
14 |
user output |
---|
15 |
Test 60
Verdict: WRONG ANSWER
input |
---|
7 4 2 1 7 4 7 4 |
correct output |
---|
17 |
user output |
---|
18 |
Test 61
Verdict: WRONG ANSWER
input |
---|
10 5 2 1 10 6 10 5 5 5 4 |
correct output |
---|
31 |
user output |
---|
34 |
Test 62
Verdict: WRONG ANSWER
input |
---|
3 2 1 3 |
correct output |
---|
2 |
user output |
---|
5 |
Test 63
Verdict: WRONG ANSWER
input |
---|
4 3 1 3 4 |
correct output |
---|
6 |
user output |
---|
7 |
Test 64
Verdict: WRONG ANSWER
input |
---|
5 3 1 4 5 2 |
correct output |
---|
7 |
user output |
---|
9 |
Test 65
Verdict: ACCEPTED
input |
---|
6 4 1 5 6 2 1 |
correct output |
---|
11 |
user output |
---|
11 |
Test 66
Verdict: WRONG ANSWER
input |
---|
7 4 1 5 6 3 1 4 |
correct output |
---|
11 |
user output |
---|
16 |
Test 67
Verdict: ACCEPTED
input |
---|
10 10 10 6 2 10 9 8 7 7 6 |
correct output |
---|
41 |
user output |
---|
41 |
Test 68
Verdict: WRONG ANSWER
input |
---|
3 3 3 2 |
correct output |
---|
1 |
user output |
---|
5 |
Test 69
Verdict: ACCEPTED
input |
---|
4 4 4 3 1 |
correct output |
---|
7 |
user output |
---|
7 |
Test 70
Verdict: WRONG ANSWER
input |
---|
5 5 5 3 1 5 |
correct output |
---|
9 |
user output |
---|
13 |
Test 71
Verdict: ACCEPTED
input |
---|
6 6 6 4 2 6 6 |
correct output |
---|
16 |
user output |
---|
16 |
Test 72
Verdict: WRONG ANSWER
input |
---|
7 7 7 4 2 7 6 6 |
correct output |
---|
18 |
user output |
---|
24 |
Test 73
Verdict: ACCEPTED
input |
---|
10 10 10 6 2 10 9 8 7 7 6 |
correct output |
---|
41 |
user output |
---|
41 |
Test 74
Verdict: WRONG ANSWER
input |
---|
50 21 50 37 47 1 7 16 50 8 12 5 2... |
correct output |
---|
764 |
user output |
---|
780 |
Test 75
Verdict: WRONG ANSWER
input |
---|
50 22 10 2 47 28 48 22 25 22 17 1... |
correct output |
---|
641 |
user output |
---|
668 |
Test 76
Verdict: WRONG ANSWER
input |
---|
50 28 4 36 42 15 7 26 29 45 22 45... |
correct output |
---|
610 |
user output |
---|
663 |
Test 77
Verdict: WRONG ANSWER
input |
---|
50 49 46 28 9 49 43 36 31 35 30 1... |
correct output |
---|
783 |
user output |
---|
816 |
Test 78
Verdict: WRONG ANSWER
input |
---|
250 105 250 181 234 1 33 76 250 37... |
correct output |
---|
17676 |
user output |
---|
18231 |
Test 79
Verdict: WRONG ANSWER
input |
---|
250 109 47 7 233 138 237 109 122 1... |
correct output |
---|
18449 |
user output |
---|
19044 |
Test 80
Verdict: WRONG ANSWER
input |
---|
250 138 18 178 210 73 31 128 143 2... |
correct output |
---|
17250 |
user output |
---|
17965 |
Test 81
Verdict: WRONG ANSWER
input |
---|
250 242 226 137 44 244 214 179 153... |
correct output |
---|
18157 |
user output |
---|
18603 |
Test 82
Verdict: WRONG ANSWER
input |
---|
900 376 898 649 840 1 116 273 900 ... |
correct output |
---|
230450 |
user output |
---|
236705 |
Test 83
Verdict: WRONG ANSWER
input |
---|
900 393 167 24 839 495 853 392 437... |
correct output |
---|
230221 |
user output |
---|
237920 |
Test 84
Verdict: WRONG ANSWER
input |
---|
900 496 64 638 756 262 110 460 513... |
correct output |
---|
228745 |
user output |
---|
237161 |
Test 85
Verdict: WRONG ANSWER
input |
---|
900 871 811 493 156 876 771 644 54... |
correct output |
---|
231686 |
user output |
---|
238569 |
Test 86
Verdict: WRONG ANSWER
input |
---|
10000 4171 9972 7204 9326 2 1282 302... |
correct output |
---|
28647603 |
user output |
---|
29504688 |
Test 87
Verdict: WRONG ANSWER
input |
---|
100000 41703 99721 72034 93258 12 128... |
correct output |
---|
2838931183 |
user output |
---|
2927730413 |
Test 88
Verdict: WRONG ANSWER
input |
---|
100000 43601 18509 2593 93156 54968 9... |
correct output |
---|
2842573127 |
user output |
---|
2932674995 |
Test 89
Verdict: WRONG ANSWER
input |
---|
100000 55081 7073 70816 83997 29091 1... |
correct output |
---|
2839271262 |
user output |
---|
2930651957 |
Test 90
Verdict: ACCEPTED
input |
---|
4 100000 100000 100000 100000 |
correct output |
---|
200000 |
user output |
---|
200000 |
Test 91
Verdict: WRONG ANSWER
input |
---|
5 100000 100000 100000 100000 10... |
correct output |
---|
100000 |
user output |
---|
300000 |
Test 92
Verdict: ACCEPTED
input |
---|
6 100000 100000 100000 100000 10... |
correct output |
---|
300000 |
user output |
---|
300000 |
Test 93
Verdict: WRONG ANSWER
input |
---|
7 100000 100000 100000 100000 10... |
correct output |
---|
200000 |
user output |
---|
400000 |
Test 94
Verdict: ACCEPTED
input |
---|
10 100000 100000 100000 100000 10... |
correct output |
---|
500000 |
user output |
---|
500000 |
Test 95
Verdict: ACCEPTED
input |
---|
50 100000 100000 100000 100000 10... |
correct output |
---|
2500000 |
user output |
---|
2500000 |
Test 96
Verdict: ACCEPTED
input |
---|
250 100000 100000 100000 100000 10... |
correct output |
---|
12500000 |
user output |
---|
12500000 |
Test 97
Verdict: ACCEPTED
input |
---|
900 100000 100000 100000 100000 10... |
correct output |
---|
45000000 |
user output |
---|
45000000 |
Test 98
Verdict: ACCEPTED
input |
---|
10000 100000 100000 100000 100000 10... |
correct output |
---|
500000000 |
user output |
---|
500000000 |
Test 99
Verdict: ACCEPTED
input |
---|
100000 100000 100000 100000 100000 10... |
correct output |
---|
5000000000 |
user output |
---|
5000000000 |
Test 100
Verdict: WRONG ANSWER
input |
---|
3 100000 100000 100000 |
correct output |
---|
0 |
user output |
---|
200000 |