QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#877359 | #9757. Brownian Bears | GuanYunchang | AC ✓ | 1ms | 3712kb | C++23 | 1.4kb | 2025-01-31 21:33:38 | 2025-01-31 21:33:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3712kb
input:
4 1 2 2
output:
3/8
result:
ok single line: '3/8'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3712kb
input:
6 2 5 2
output:
0/1
result:
ok single line: '0/1'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
2 1 2 1
output:
1/2
result:
ok single line: '1/2'