-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsolutions-check.txt
More file actions
92 lines (80 loc) · 5.48 KB
/
solutions-check.txt
File metadata and controls
92 lines (80 loc) · 5.48 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
correct1.cpp
solution compile[OK]
checker compile[OK]
0-01 sol[OK] 0.016 check[OK] 1 [Correct]
1-01 sol[OK] 0.016 check[OK] 1 [Correct]
1-02 sol[OK] 0.016 check[OK] 1 [Correct]
1-03 sol[OK] 0.018 check[OK] 1 [Correct]
2-01 sol[OK] 0.025 check[OK] 1 [Correct]
2-02 sol[OK] 0.015 check[OK] 1 [Correct]
2-03 sol[OK] 0.015 check[OK] 1 [Correct]
3-01 sol[OK] 0.016 check[OK] 1 [Correct]
3-02 sol[OK] 0.016 check[OK] 1 [Correct]
3-03 sol[OK] 0.015 check[OK] 1 [Correct]
samples [1/1 tests] [Correct] [0/0 pts] [match with expected] 0-01
n10 [3/3 tests] [Correct] [20/20 pts] [match with expected] 1-01
n100 [3/3 tests] [Correct] [30/30 pts] [match with expected] 2-01
full [3/3 tests] [Correct] [50/50 pts] [match with expected] 3-01
Subtask summary
100/100 pts
Finished.
correct2.cpp
solution compile[OK]
checker compile[OK]
0-01 sol[OK] 0.015 check[OK] 1 [Correct]
1-01 sol[OK] 0.016 check[OK] 1 [Correct]
1-02 sol[OK] 0.017 check[OK] 1 [Correct]
1-03 sol[OK] 0.015 check[OK] 1 [Correct]
2-01 sol[OK] 0.016 check[OK] 1 [Correct]
2-02 sol[OK] 0.016 check[OK] 1 [Correct]
2-03 sol[OK] 0.016 check[OK] 1 [Correct]
3-01 sol[OK] 0.016 check[OK] 1 [Correct]
3-02 sol[OK] 0.015 check[OK] 1 [Correct]
3-03 sol[OK] 0.017 check[OK] 1 [Correct]
samples [1/1 tests] [Correct] [0/0 pts] [match with expected] 0-01
n10 [3/3 tests] [Correct] [20/20 pts] [match with expected] 1-01
n100 [3/3 tests] [Correct] [30/30 pts] [match with expected] 2-01
full [3/3 tests] [Correct] [50/50 pts] [match with expected] 3-01
Subtask summary
100/100 pts
Finished.
not_even.cpp
solution compile[OK]
checker compile[OK]
0-01 sol[OK] 0.015 check[OK] 1 [Correct]
1-01 sol[OK] 0.015 check[OK] 0 [Wrong Answer]
1-02 sol[OK] 0.016 check[OK] 1 [Correct]
1-03 sol[OK] 0.015 check[OK] 1 [Correct]
2-01 sol[OK] 0.017 check[OK] 1 [Correct]
2-02 sol[OK] 0.015 check[OK] 0 [Wrong Answer]
2-03 sol[OK] 0.016 check[OK] 1 [Correct]
3-01 sol[OK] 0.017 check[OK] 1 [Correct]
3-02 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
3-03 sol[OK] 0.016 check[OK] 1 [Correct]
samples [1/1 tests] [Correct] [0/0 pts] [expected: incorrect] 0-01
n10 [3/3 tests] [Wrong Answer] [0/20 pts] [match with expected] 1-01
n100 [3/3 tests] [Wrong Answer] [0/30 pts] [match with expected] 2-02
full [3/3 tests] [Wrong Answer] [0/50 pts] [match with expected] 3-02
Subtask summary
0/100 pts
Finished.
not_in_range.cpp
solution compile[OK]
checker compile[OK]
0-01 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
1-01 sol[OK] 0.017 check[OK] 0 [Wrong Answer]
1-02 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
1-03 sol[OK] 0.014 check[OK] 0 [Wrong Answer]
2-01 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
2-02 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
2-03 sol[OK] 0.015 check[OK] 0 [Wrong Answer]
3-01 sol[OK] 0.016 check[OK] 0 [Wrong Answer]
3-02 sol[OK] 0.015 check[OK] 0 [Wrong Answer]
3-03 sol[OK] 0.017 check[OK] 0 [Wrong Answer]
samples [1/1 tests] [Wrong Answer] [0/0 pts] [match with expected] 0-01
n10 [3/3 tests] [Wrong Answer] [0/20 pts] [match with expected] 1-01
n100 [3/3 tests] [Wrong Answer] [0/30 pts] [match with expected] 2-01
full [3/3 tests] [Wrong Answer] [0/50 pts] [match with expected] 3-01
Subtask summary
0/100 pts
Finished.