QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#842639#9962. Diminishing Fractionsucup-team003#WA 215ms128276kbC++142.0kb2025-01-04 13:48:482025-01-04 13:48:51

詳細信息

Test #1:

score: 100
Accepted
time: 215ms
memory: 128276kb

input:

2
3
6

output:

1/2+2/3-1/1
2/3+3/4+3/5-2/1

result:

ok OK, t = 2

Test #2:

score: -100
Wrong Answer
time: 203ms
memory: 127572kb

input:

1
1

output:

--1/1

result:

wrong answer Missing or invalid numerator in fraction