QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#127723 | #5259. Skills in Pills | new_dawn_2# | WA | 1ms | 3516kb | C++17 | 3.0kb | 2023-07-19 22:49:39 | 2023-07-19 22:49:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3436kb
input:
3 9 20
output:
8
result:
ok single line: '8'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3516kb
input:
8 2 12
output:
7
result:
ok single line: '7'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3432kb
input:
2 5 15
output:
11
result:
wrong answer 1st lines differ - expected: '10', found: '11'