QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#303540 | #5536. Router | KuzaBest | 21 | 0ms | 0kb | / | 393.0kb | 2024-01-12 18:06:51 | 2024-01-12 18:06:51 |
1.ans
236 13924 1 119 1 120 1 121 1 122 1 123 1 124 1 125 1 126 1 127 1 128 1 129 1 130 1 131 1 132 1 133 1 134 1 135 1 136 1 137 1 138 1 139 1 140 1 141 1 142 1 143 1 144 1 145 1 146 1 147 1 148 1 149 1 150 1 151 1 152 1 153 1 154 1 155 1 156 1 157 1 158 1 159 1 160 1 161 1 162 1 163 1 164 1 165 1 166 1 167 1 168 1 169 1 170 1 171 1 172 1 173 1 174 1 175 1 176 1 177 1 178 1 179 1 180 1 181 1 182 1 183 1 184 1 185 1 186 1 187 1 188 ...
2.ans
452 455 1 447 2 447 3 447 4 447 5 447 6 447 7 447 8 447 9 447 10 447 11 447 12 447 13 447 14 447 15 447 16 447 17 447 18 447 19 447 20 447 21 447 22 447 23 447 24 447 25 447 26 447 27 447 28 447 29 447 30 447 31 447 32 447 33 447 34 447 35 447 36 447 37 447 38 447 39 447 40 447 41 447 42 447 43 447 44 447 45 447 46 447 47 447 48 447 49 447 50 447 51 447 52 447 53 447 54 447 55 447 56 447 57 447 58 447 59 447 60 447 61 447 62 447 63 4...
3.ans
2526 2669 1 2501 2 2501 3 2501 4 2501 5 2501 6 2501 7 2501 8 2501 9 2501 10 2501 11 2501 12 2501 13 2501 14 2501 15 2501 16 2501 17 2501 18 2501 19 2501 20 2501 21 2501 22 2501 23 2501 24 2501 25 2501 26 2501 27 2501 28 2501 29 2501 30 2501 31 2501 32 2501 33 2501 34 2501 35 2501 36 2501 37 2501 38 2501 39 2501 40 2501 41 2501 42 2501 43 2501 44 2501 45 2501 46 2501 47 2501 48 2501 49 2501 50 2501 51 2501 52 2501 53 2501 54 2501 55 2501 56 ...
4.ans
15530 20570 1 10203 2 10203 3 10203 4 10203 5 10203 6 10203 7 10203 8 10203 9 10203 10 10203 11 10203 12 10203 13 10203 14 10203 15 10203 16 10203 17 10203 18 10203 19 10203 20 10203 21 10203 22 10203 23 10203 24 10203 25 10203 26 10203 27 10203 28 10203 29 10203 30 10203 31 10203 32 10203 33 10203 34 10203 35 10203 36 10203 37 10203 38 10203 39 10203 40 10203 41 10203 42 10203 43 10203 44 10203 45 10203 46 10203 47 10203 48 10203 49 10203 50 102...
5.ans
#include <iostream> #include <vector> #include <set> #include <map> #include <algorithm> #include <unordered_map> #include <unordered_set> #include <iomanip> #include <deque> #include <cmath> #include <array> #include <random> #include <cassert> #include <bitset> #define int long long using namespace std; signed main() { ios::sync_with_stdio(false); cin.tie(nullptr); freopen("1-router.out", "w", stdout); int N, M, P; cin >> N >> M >> P; int blo...
6.ans
7.ans
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 4
Accepted
input:
118 1000000 1000000
output:
236 13924 1 119 1 120 1 121 1 122 1 123 1 124 1 125 1 126 1 127 1 128 1 129 1 130 1 131 1 132 1 133 1 134 1 135 1 136 1 137 1 138 1 139 1 140 1 141 1 142 1 143 1 144 1 145 1 146 1 147 1 148 1 149 1 150 1 151 1 152 1 153 1 154 1 155 1 156 1 157 1 158 1 159 1 ...
result:
ok OK!
Test #2:
score: 5
Accepted
input:
223 1000000 1000000
output:
452 455 1 447 2 447 3 447 4 447 5 447 6 447 7 447 8 447 9 447 10 447 11 447 12 447 13 447 14 447 15 447 16 447 17 447 18 447 19 447 20 447 21 447 22 447 23 447 24 447 25 447 26 447 27 447 28 447 29 447 30 447 31 447 32 447 33 447 34 447 35 447 36 447 37 447 38 4...
result:
ok OK!
Test #3:
score: 6
Accepted
input:
1250 500000 500000
output:
2526 2669 1 2501 2 2501 3 2501 4 2501 5 2501 6 2501 7 2501 8 2501 9 2501 10 2501 11 2501 12 2501 13 2501 14 2501 15 2501 16 2501 17 2501 18 2501 19 2501 20 2501 21 2501 22 2501 23 2501 24 2501 25 2501 26 2501 27 2501 28 2501 29 2501 30 2501 31 2501 32 2501 33 2501 3...
result:
ok OK!
Test #4:
score: 6
Accepted
input:
5101 500000 500000
output:
15530 20570 1 10203 2 10203 3 10203 4 10203 5 10203 6 10203 7 10203 8 10203 9 10203 10 10203 11 10203 12 10203 13 10203 14 10203 15 10203 16 10203 17 10203 18 10203 19 10203 20 10203 21 10203 22 10203 23 10203 24 10203 25 10203 26 10203 27 10203 28 10203 29 10203 30 102...
result:
ok OK!
Test #5:
score: 0
Wrong Answer
input:
9934 500000 500000
output:
#include <iostream> #include <vector> #include <set> #include <map> #include <algorithm> #include <unordered_map> #include <unordered_set> #include <iomanip> #include <deque> #include <cmath> #include <array> #include <random> #include <cassert> #include <bitset> #define int long lon...
result:
wrong output format Expected integer, but "#include" found
Test #6:
score: 0
Wrong Answer
input:
9955 500000 100000
output:
result:
wrong output format Unexpected end of file - int32 expected
Test #7:
score: 0
Wrong Answer
input:
9978 100000 100000
output:
result:
wrong output format Unexpected end of file - int32 expected