QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#425615 | #3853. Lines in a grid | ZhaoZiLong | WA | 2ms | 3692kb | C++20 | 2.1kb | 2024-05-30 14:39:52 | 2024-05-30 14:39:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 3692kb
input:
10 1 2 3 4 5 6 7 8 9 10
output:
0 6 20 58 132 278 492 850 1352 2062
result:
wrong answer 4th lines differ - expected: '62', found: '58'