QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#202795 | #874. Long Grid Covering | woshiluo | WA | 0ms | 1364kb | C++20 | 59b | 2023-10-06 13:29:16 | 2023-10-06 13:29:17 |
Judging History
answer
#include <cstdio>
int main() { printf( "1\n3\n10\n" ); }
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1364kb
input:
4 1 2 3 10
output:
1 3 10
result:
wrong answer Answer contains longer sequence [length = 4], but output contains 3 elements