QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#856109 | #9962. Diminishing Fractions | ucup-team3935 | WA | 256ms | 217740kb | C++20 | 2.6kb | 2025-01-13 16:31:59 | 2025-01-13 16:32:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 249ms
memory: 217740kb
input:
2 3 6
output:
1/2+2/3-1/1 3/4+2/3+3/5-2/1
result:
ok OK, t = 2
Test #2:
score: -100
Wrong Answer
time: 256ms
memory: 217708kb
input:
1 1
output:
result:
wrong answer Not enough lines of fractions for the 1th test case