QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#76975 | #4791. Movies | Minneapolis | WA | 2ms | 2920kb | C++17 | 2.2kb | 2023-02-12 23:58:52 | 2023-02-12 23:58:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 2920kb
input:
5 5 3 1 5 2 4 6 8 7 9 10
output:
L=0 R=3 step=-1 L=2 R=5 step=-1 L=4 R=11 step=8 8
result:
wrong output format Expected integer, but "L=0" found