Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

Subtask Results

Subtask no. Testdata Range Constraints Score
1 0~4 $e_{ij} = 1$ 10 / 10
2 5~9 若 $i \neq j$ 則 $e_{ij} = 1$,其餘 $i = j$ 且 $e_{ij} = 1000$ 10 / 10
3 10~14 所有詢問的目的位置均相同 $(x_{11} = x_{21} = x_{31} = … = x_{Q1}, y_{11} = y_{21} = y_{31}= … = y_{Q1})$ 40 / 40
4 15~19 沒有特別的條件限制 40 / 40

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 0288.9 6828 4252 Accepted 100
1 1 0292.0 6828 4208 Accepted 100
2 1 0288.8 6828 4084 Accepted 100
3 1 0291.7 6828 4256 Accepted 100
4 1 0292.4 6828 4256 Accepted 100
5 2 0290.7 6828 4084 Accepted 100
6 2 0290.2 6828 4084 Accepted 100
7 2 0290.8 6828 4196 Accepted 100
8 2 0379.6 6828 4196 Accepted 100
9 2 0291.5 6828 4192 Accepted 100
10 3 0233.8 6828 4180 Accepted 100
11 3 0236.1 6828 4176 Accepted 100
12 3 0234.3 6828 4260 Accepted 100
13 3 0233.0 6828 4184 Accepted 100
14 3 0247.8 6828 4212 Accepted 100
15 4 0291.6 6828 4036 Accepted 100
16 4 0291.7 6828 4316 Accepted 100
17 4 0291.1 6828 4212 Accepted 100
18 4 0290.0 6828 4256 Accepted 100
19 4 0303.9 6828 4084 Accepted 100
Submitter:
Compiler:
c++17
Code Length:
836 Bytes
Back to Top