QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#794589 | #9818. Hash Collision | HuangHanSheng | WA | 1ms | 3912kb | C++17 | 254b | 2024-11-30 15:02:52 | 2024-11-30 15:02:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3848kb
input:
6 2 5
output:
? 6 1 ? 4 1 ! 2 5
result:
ok
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3912kb
input:
4 4
output:
? 4 1 ? 0 1
result:
wrong answer Integer parameter [name=c] equals to 0, violates the range [1, 4]