QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#842639#9962. Diminishing Fractionsucup-team003#WA 215ms128276kbC++142.0kb2025-01-04 13:48:482025-01-04 13:48:51

Details

Tip: Click on the bar to expand more detailed information

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