QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#877284 | #9757. Brownian Bears | MaMengQi | AC ✓ | 1ms | 3712kb | C++23 | 1.9kb | 2025-01-31 20:53:08 | 2025-01-31 20:53:08 |
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: 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: 3584kb
input:
6 2 5 2
output:
0/1
result:
ok single line: '0/1'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3712kb
input:
2 1 2 1
output:
1/2
result:
ok single line: '1/2'