QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776982 | #3853. Lines in a grid | ucup-team425 | WA | 36ms | 200712kb | C++20 | 2.7kb | 2024-11-23 22:03:05 | 2024-11-23 22:03:06 |
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: 36ms
memory: 200712kb
input:
10 1 2 3 4 5 6 7 8 9 10
output:
0 6 20 54 106 204 306 496 682 958
result:
wrong answer 4th lines differ - expected: '62', found: '54'