UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#93393#957. 分数加法xiahuaizhe1000ms1196kbC++3.7kb2020-02-17 11:59:152020-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'