ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#93393 | #957. 分数加法 | xiahuaizhe | 100 | 0ms | 1196kb | C++ | 3.7kb | 2020-02-17 11:59:15 | 2020-02-17 11:59:15 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 25
Accepted
time: 0ms
memory: 1196kb
input:
2 3 3 4
output:
1+5/12
result:
ok single line: '1+5/12'
Test #2:
score: 25
Accepted
time: 0ms
memory: 1192kb
input:
5 6 2 15
output:
29/30
result:
ok single line: '29/30'
Test #3:
score: 25
Accepted
time: 0ms
memory: 1196kb
input:
2 6 5 15
output:
2/3
result:
ok single line: '2/3'
Test #4:
score: 25
Accepted
time: 0ms
memory: 1196kb
input:
5 4 3 4
output:
2
result:
ok single line: '2'