QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#60151 | #4809. Maximum Range | xiaoyaowudi | WA | 1ms | 1808kb | C++17 | 31b | 2022-11-03 09:23:28 | 2022-11-03 09:51:16 |
Judging History
answer
int main()
{
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 1ms
memory: 1808kb
input:
5 7 1 2 1 1 3 -2 2 3 1 3 4 3 4 5 1 1 5 -1 2 5 2
output:
result:
wrong output format Unexpected end of file - int32 expected