Task: | Binary tree |
Sender: | zscoder |
Submission time: | 2019-01-18 09:17:00 +0200 |
Language: | C++ |
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.02 s | 1 | details |
#2 | WRONG ANSWER | 0.02 s | 1 | details |
#3 | WRONG ANSWER | 0.03 s | 1 | details |
#4 | WRONG ANSWER | 0.02 s | 1 | details |
#5 | WRONG ANSWER | 0.02 s | 1 | details |
#6 | WRONG ANSWER | 0.01 s | 1 | details |
#7 | WRONG ANSWER | 0.02 s | 1 | details |
#8 | WRONG ANSWER | 0.02 s | 1 | details |
#9 | WRONG ANSWER | 0.02 s | 1 | details |
#10 | WRONG ANSWER | 0.01 s | 1 | details |
#11 | WRONG ANSWER | 0.02 s | 1 | details |
#12 | WRONG ANSWER | 0.01 s | 1 | details |
#13 | WRONG ANSWER | 0.02 s | 1 | details |
#14 | WRONG ANSWER | 0.03 s | 1 | details |
#15 | WRONG ANSWER | 0.02 s | 1 | details |
#16 | WRONG ANSWER | 0.01 s | 1 | details |
#17 | WRONG ANSWER | 0.02 s | 1 | details |
#18 | WRONG ANSWER | 0.02 s | 1 | details |
#19 | WRONG ANSWER | 0.03 s | 1 | details |
#20 | WRONG ANSWER | 0.04 s | 1 | details |
#21 | WRONG ANSWER | 0.01 s | 1 | details |
#22 | WRONG ANSWER | 0.02 s | 1 | details |
#23 | WRONG ANSWER | 0.02 s | 1 | details |
#24 | WRONG ANSWER | 0.02 s | 1 | details |
#25 | WRONG ANSWER | 0.02 s | 1 | details |
#26 | WRONG ANSWER | 0.02 s | 1 | details |
#27 | WRONG ANSWER | 0.01 s | 1 | details |
#28 | WRONG ANSWER | 0.01 s | 1 | details |
#29 | WRONG ANSWER | 0.01 s | 1 | details |
#30 | WRONG ANSWER | 0.02 s | 1 | details |
#31 | WRONG ANSWER | 0.02 s | 1 | details |
#32 | WRONG ANSWER | 0.02 s | 1 | details |
#33 | WRONG ANSWER | 0.01 s | 1 | details |
#34 | WRONG ANSWER | 0.03 s | 1 | details |
#35 | WRONG ANSWER | 0.02 s | 1 | details |
#36 | WRONG ANSWER | 0.02 s | 2 | details |
#37 | WRONG ANSWER | 0.02 s | 2 | details |
#38 | WRONG ANSWER | 0.02 s | 2 | details |
#39 | WRONG ANSWER | 0.02 s | 2 | details |
#40 | WRONG ANSWER | 0.02 s | 2 | details |
#41 | WRONG ANSWER | 0.02 s | 2 | details |
#42 | WRONG ANSWER | 0.02 s | 2 | details |
#43 | WRONG ANSWER | 0.02 s | 2 | details |
#44 | WRONG ANSWER | 0.03 s | 2 | details |
#45 | WRONG ANSWER | 0.01 s | 2 | details |
#46 | WRONG ANSWER | 0.03 s | 3 | details |
#47 | WRONG ANSWER | 0.03 s | 3 | details |
#48 | WRONG ANSWER | 0.02 s | 3 | details |
#49 | WRONG ANSWER | 0.01 s | 3 | details |
#50 | WRONG ANSWER | 0.01 s | 3 | details |
#51 | WRONG ANSWER | 0.02 s | 3 | details |
#52 | WRONG ANSWER | 0.04 s | 3 | details |
#53 | WRONG ANSWER | 0.03 s | 3 | details |
#54 | WRONG ANSWER | 0.02 s | 3 | details |
#55 | WRONG ANSWER | 0.02 s | 3 | details |
#56 | WRONG ANSWER | 0.01 s | 3 | details |
#57 | WRONG ANSWER | 0.01 s | 3 | details |
#58 | WRONG ANSWER | 0.02 s | 3 | details |
#59 | WRONG ANSWER | 0.02 s | 3 | details |
#60 | WRONG ANSWER | 0.02 s | 3 | details |
#61 | WRONG ANSWER | 0.02 s | 3 | details |
#62 | WRONG ANSWER | 0.01 s | 3 | details |
#63 | WRONG ANSWER | 0.03 s | 3 | details |
#64 | WRONG ANSWER | 0.02 s | 3 | details |
#65 | WRONG ANSWER | 0.02 s | 3 | details |
#66 | WRONG ANSWER | 0.02 s | 3 | details |
#67 | WRONG ANSWER | 0.02 s | 3 | details |
#68 | WRONG ANSWER | 0.02 s | 3 | details |
#69 | WRONG ANSWER | 0.01 s | 3 | details |
#70 | WRONG ANSWER | 0.02 s | 3 | details |
#71 | WRONG ANSWER | 0.03 s | 3 | details |
#72 | WRONG ANSWER | 0.01 s | 3 | details |
#73 | WRONG ANSWER | 0.03 s | 3 | details |
#74 | WRONG ANSWER | 0.02 s | 3 | details |
#75 | WRONG ANSWER | 0.03 s | 3 | details |
#76 | WRONG ANSWER | 0.02 s | 3 | details |
#77 | WRONG ANSWER | 0.03 s | 3 | details |
Compiler report
input/code.cpp: In function 'int main()': input/code.cpp:47:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < vec.size(); i++) ~~^~~~~~~~~~~~ input/code.cpp:53:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < vec.size(); i++) ~~^~~~~~~~~~~~ In file included from /usr/include/c++/7/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp:45:0, from /usr/include/c++/7/ext/pb_ds/detail/container_base_dispatch.hpp:90, from /usr/include/c++/7/ext/pb_ds/assoc_container.hpp:48, from input/code.cpp:2: input/code.cpp:60:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(vec.size()==(1<<(d+1))-1); ~~~~~~~~~~^~~~~~~~~~~~~~ input/code.cpp:61:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < vec...
Code
#include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; #define fi first #define se second #define mp make_pair #define pb push_back #define fbo find_by_order #define ook order_of_key typedef long long ll; typedef pair<int,int> ii; typedef vector<int> vi; typedef long double ld; typedef tree<int, null_type, less<int>, rb_tree_tag, tree_order_statistics_node_update> pbds; typedef set<int>::iterator sit; typedef map<int,int>::iterator mit; typedef vector<int>::iterator vit; vector<ii> vec; int d; void dfs(int x, int y, int lvl) { if(lvl==0) { return ; } int tmp = (1<<(lvl-2)); if(lvl^1) tmp=-tmp; //vec.pb(mp(x,y)); dfs(x-1,y-tmp,lvl-1); vec.pb(mp(x,y)); dfs(x+tmp,y-1,lvl-1); } int main() { ios_base::sync_with_stdio(0); cin.tie(0); d=11; dfs(0,0,d+1); int minx = 0; int miny = 0; for(int i = 0; i < vec.size(); i++) { minx=min(vec[i].fi,minx); miny=min(vec[i].se,miny); } for(int i = 0; i < vec.size(); i++) { vec[i].fi-=minx; vec[i].se-=miny; } set<ii> z; assert(vec.size()==(1<<(d+1))-1); for(int i = 0; i < vec.size(); i++) { z.insert(vec[i]); //cerr<<i<<' '<<z.size()<<' '<<vec[i].fi<<' '<<vec[i].se<<'\n'; } assert(z.size()==(1<<(d+1))-1); for(int i = 0; i < vec.size(); i++) { cout<<vec[i].fi<<' '<<vec[i].se<<'\n'; } }
Test details
Test 1
Group: 1
Verdict: WRONG ANSWER
input |
---|
4 3
10 5 13 |
correct output |
---|
12 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 2
Group: 1
Verdict: WRONG ANSWER
input |
---|
2 0 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 3
Group: 1
Verdict: WRONG ANSWER
input |
---|
2 1
2 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 4
Group: 1
Verdict: WRONG ANSWER
input |
---|
2 1
3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 5
Group: 1
Verdict: WRONG ANSWER
input |
---|
2 2
2 3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 6
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 0 |
correct output |
---|
512 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 7
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 1
29 |
correct output |
---|
448 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 8
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 1
63 |
correct output |
---|
480 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 9
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 10
50 63 56 5 ... |
correct output |
---|
132 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 10
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 10
25 57 62 42 ... |
correct output |
---|
162 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 11
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 10
14 26 34 42 ... |
correct output |
---|
126 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 12
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 10
21 60 23 59 ... |
correct output |
---|
128 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 13
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 10
8 30 32 16 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 14
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 20
46 39 55 24 ... |
correct output |
---|
48 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 15
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 25
36 23 27 33 ... |
correct output |
---|
4 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 16
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 62
42 11 4 61 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 17
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 32
62 38 57 35 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 18
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 21
38 51 47 35 ... |
correct output |
---|
60 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 19
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 31
59 15 3 26 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 20
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 14
13 53 55 26 ... |
correct output |
---|
256 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 21
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 10
5 17 21 7 ... |
correct output |
---|
6 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 22
Group: 1
Verdict: WRONG ANSWER
input |
---|
6 5
38 18 31 44 ... |
correct output |
---|
312 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 23
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 0 |
correct output |
---|
8 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 24
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 1
2 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 25
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 1
3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 26
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 2
4 6 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 27
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 2
4 7 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 28
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 2
5 6 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 29
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 2
5 7 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 30
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 2
3 6 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 31
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 3
4 5 6 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 32
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 3
4 6 7 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 33
Group: 1
Verdict: WRONG ANSWER
input |
---|
3 4
4 5 6 7 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 34
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 0 |
correct output |
---|
128 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 35
Group: 1
Verdict: WRONG ANSWER
input |
---|
5 1
14 |
correct output |
---|
96 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 36
Group: 2
Verdict: WRONG ANSWER
input |
---|
2 0 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 37
Group: 2
Verdict: WRONG ANSWER
input |
---|
3 0 |
correct output |
---|
8 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 38
Group: 2
Verdict: WRONG ANSWER
input |
---|
4 0 |
correct output |
---|
32 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 39
Group: 2
Verdict: WRONG ANSWER
input |
---|
23 0 |
correct output |
---|
92960636 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 40
Group: 2
Verdict: WRONG ANSWER
input |
---|
36 0 |
correct output |
---|
635008130 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 41
Group: 2
Verdict: WRONG ANSWER
input |
---|
42 0 |
correct output |
---|
993282280 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 42
Group: 2
Verdict: WRONG ANSWER
input |
---|
57 0 |
correct output |
---|
608377687 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 43
Group: 2
Verdict: WRONG ANSWER
input |
---|
58 0 |
correct output |
---|
433510734 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 44
Group: 2
Verdict: WRONG ANSWER
input |
---|
59 0 |
correct output |
---|
734042929 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 45
Group: 2
Verdict: WRONG ANSWER
input |
---|
60 0 |
correct output |
---|
936171702 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 46
Group: 3
Verdict: WRONG ANSWER
input |
---|
2 0 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 47
Group: 3
Verdict: WRONG ANSWER
input |
---|
2 1
2 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 48
Group: 3
Verdict: WRONG ANSWER
input |
---|
2 1
3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 49
Group: 3
Verdict: WRONG ANSWER
input |
---|
2 2
2 3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 50
Group: 3
Verdict: WRONG ANSWER
input |
---|
59 0 |
correct output |
---|
734042929 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 51
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 0 |
correct output |
---|
936171702 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 52
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 1
2 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 53
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 1
576460752303423487 |
correct output |
---|
399775198 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 54
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 1
1152921504606846975 |
correct output |
---|
667973450 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 55
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
793144025126277478 493960657696318193 320344157019848454 997683950258055349 ... |
correct output |
---|
12813436 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 56
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
986789393060040220 494066507202684187 290830182157570659 210871095549437400 ... |
correct output |
---|
95910570 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 57
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
562299894758506682 731132428235172865 481500339045425690 208947005967360560 ... |
correct output |
---|
331624281 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 58
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
257846911019866261 803021202233459674 658685893766403373 874237705485665885 ... |
correct output |
---|
880725152 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 59
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
681388061028265547 990382999862855868 290694941402209648 491574111397234946 ... |
correct output |
---|
768320742 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 60
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
816968727394104576 879176301780517486 1075817811951859004 632046213104404023 ... |
correct output |
---|
111155168 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 61
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
406817930303406656 101704482575856800 406817930303412346 813635860606874021 ... |
correct output |
---|
295651662 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 62
Group: 3
Verdict: WRONG ANSWER
input |
---|
59 100000
234885934259928845 244746379456935555 40048493361902167 530369614866009610 ... |
correct output |
---|
78892926 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 63
Group: 3
Verdict: WRONG ANSWER
input |
---|
16 65534
26355 15205 3420 22822 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 64
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 99999
1030879879260090869 925369330408563145 403438777989811739 321883235203598800 ... |
correct output |
---|
596899803 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 65
Group: 3
Verdict: WRONG ANSWER
input |
---|
60 100000
418885324976523921 418885324976523063 837770649953084829 104721331244134167 ... |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 66
Group: 3
Verdict: WRONG ANSWER
input |
---|
43 100000
5497882741157 4163319796881 3705445016042 8647080351851 ... |
correct output |
---|
317037701 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 67
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 0 |
correct output |
---|
8 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 68
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 1
2 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 69
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 1
3 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 70
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 2
4 6 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 71
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 2
4 7 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 72
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 2
5 6 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 73
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 2
5 7 |
correct output |
---|
2 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 74
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 2
3 6 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 75
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 3
4 5 6 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 76
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 3
4 6 7 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |
Test 77
Group: 3
Verdict: WRONG ANSWER
input |
---|
3 4
4 5 6 7 |
correct output |
---|
0 |
user output |
---|
2036 2058 2037 2057 2036 2056 2038 2055 2035 2055 ... Truncated |