QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#793655#7667. Crane Balancingucup-team4744#WA 0ms3968kbC++203.8kb2024-11-29 22:08:042024-11-29 22:08:05

詳細信息

Test #1:

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

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: 3844kb

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: 3696kb

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: 3620kb

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'