QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#842639 | #9962. Diminishing Fractions | ucup-team003# | WA | 215ms | 128276kb | C++14 | 2.0kb | 2025-01-04 13:48:48 | 2025-01-04 13:48:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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