QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#476962 | #9129. Quotient Sum | ucup-team3515# | WA | 1ms | 5684kb | C++17 | 721b | 2024-07-13 22:00:05 | 2024-07-13 22:00:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5684kb
input:
3 2 3 6
output:
3
result:
ok "3"
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 5608kb
input:
2 15 4
output:
4
result:
wrong answer 1st words differ - expected: '3', found: '4'