QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#793648#7667. Crane Balancingucup-team4744#WA 0ms3832kbC++203.8kb2024-11-29 22:04:482024-11-29 22:04:49

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3832kb

input:

7
50 50
0 50
0 0
30 0
30 30
40 40
50 40

output:

0 .. 1017

result:

ok single line: '0 .. 1017'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3640kb

input:

7
50 50
0 50
0 0
10 0
10 30
20 40
50 40

output:

unstable

result:

ok single line: 'unstable'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3700kb

input:

4
-10 10
-10 0
0 0
0 10

output:

0 .. inf

result:

ok single line: '0 .. inf'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3720kb

input:

7
50 30
50 25
30 20
30 0
0 0
0 20
20 20

output:

unstable

result:

wrong answer 1st lines differ - expected: '0 .. 409', found: 'unstable'