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