QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#202800 | #874. Long Grid Covering | woshiluo | WA | 0ms | 1388kb | C++20 | 60b | 2023-10-06 13:29:43 | 2023-10-06 13:29:44 |
Judging History
answer
#include <cstdio>
int main() { printf( "1\n3\n10\n1" ); }
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 1388kb
input:
4 1 2 3 10
output:
1 3 10 1
result:
wrong answer 4th numbers differ - expected: '8266', found: '1'