QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#69261#2350. Integer CowArraiter#WA 2ms3604kbC++146.8kb2022-12-26 09:18:492022-12-26 09:18:52

详细

Test #1:

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

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: 0
Accepted
time: 2ms
memory: 3536kb

input:

1
0 0 1 0 0

output:

1
0 0 0 0

result:

ok correct (1 test case)

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 3604kb

input:

100
-1 0 2 -3 -2
0 -2 2 -2 0
2 -1 1 0 1
-1 -3 1 -1 0
-1 2 2 -1 -1
2 -2 2 0 -3
-2 -3 2 -3 -2
0 1 2 2 1
-1 0 1 -2 -2
2 -2 2 -1 -2
1 2 2 -2 2
-1 2 1 -1 2
-2 1 2 -3 -2
-1 1 1 -1 1
2 2 1 1 -3
2 0 1 -2 -1
-1 2 1 -2 0
2 -2 2 -2 -1
-2 -2 1 1 -2
-1 1 2 2 1
2 -3 1 0 -1
-3 -3 2 2 -1
2 1 1 -1 1
-3 -2 1 -2 -3
0 ...

output:

1
-3 -2 -2 -1
1
-2 0 -1 -1
1
0 1 1 -1
1
-1 0 -1 -2
1
-1 -1 -1 0
1
0 -3 0 -2
1
-3 -2 -3 -2
1
2 1 2 1
1
-2 -2 -1 -1
1
-1 -2 0 -2
1
-2 2 -1 2
1
-1 2 -1 2
1
-3 -2 -2 -1
1
-1 1 -1 1
1
1 -3 2 1
1
-2 -1 1 0
1
-2 0 -1 1
1
-2 -1 0 -2
1
1 -2 -1 -2
1
2 1 -2147483648 -2147483648
1
0 -1 1 -3
1
2 -1 -1 -3
1
-1 1 ...

result:

wrong answer the destination point isn't inside the circle. (test case 20)