QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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" ); }
Details
Tip: Click on the bar to expand more detailed information
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