QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#186575 | #5259. Skills in Pills | ucup-team029# | WA | 33ms | 34896kb | C++14 | 1.5kb | 2023-09-24 04:01:51 | 2023-09-24 04:01:53 |
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: 25ms
memory: 34812kb
input:
3 9 20
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 33ms
memory: 34884kb
input:
8 2 12
output:
7
result:
ok single line: '7'
Test #3:
score: 0
Accepted
time: 23ms
memory: 34812kb
input:
2 5 15
output:
10
result:
ok single line: '10'
Test #4:
score: -100
Wrong Answer
time: 25ms
memory: 34896kb
input:
10 8 13
output:
4
result:
wrong answer 1st lines differ - expected: '2', found: '4'