QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#69254#2350. Integer CowArraiter#WA 3ms3620kbC++146.5kb2022-12-26 08:55:162022-12-26 08:55:17

Details

Tip: Click on the bar to expand more detailed information

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)