QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#212032 | #6639. Disk Tree | ucup-team241# | WA | 1ms | 7924kb | C++14 | 1.2kb | 2023-10-13 06:15:30 | 2023-10-13 06:15:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 7912kb
input:
3 1 0 3 10 10 6 0 5 1
output:
YES 1 3 10 4 10 4 0 4
result:
ok answer = 1
Test #2:
score: 0
Accepted
time: 1ms
memory: 7912kb
input:
2 1 1 1 3 3 1
output:
YES 1 2 3 2
result:
ok answer = 1
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 7924kb
input:
5 10 10 10 2 0 1 20 20 1 3 20 1 20 0 1
output:
YES 2 -1 20 -1 2 0 10 0 10 19 20 19 10 19 3 19
result:
wrong answer Integer element x_1,y_1,x_2,y_2[2] equals to -1, violates the range [0, 10^9]