QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#69255#2350. Integer CowArraiter#WA 2ms3472kbC++146.5kb2022-12-26 08:57:072022-12-26 08:57:10

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3440kb

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: 0ms
memory: 3472kb

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)