QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#69254 | #2350. Integer Cow | Arraiter# | WA | 3ms | 3620kb | C++14 | 6.5kb | 2022-12-26 08:55:16 | 2022-12-26 08:55:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 3ms
memory: 3452kb
input:
3 1 2 1 1 2 3 2 5 -10 3 0 0 1 10 0
output:
1 1 2 1 2 1 -10 3 -2 2 1 10 0 1 0
result:
ok correct (3 test cases)
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 3620kb
input:
1 0 0 1 0 0
output:
1 0 0 -2147483648 -2147483648
result:
wrong answer the destination point isn't inside the circle. (test case 1)