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