QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#174163 | #7178. Bishops | ucup-team356# | WA | 2ms | 3564kb | C++20 | 1.4kb | 2023-09-10 04:54:18 | 2023-09-10 04:54:19 |
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: 100
Accepted
time: 2ms
memory: 3508kb
input:
2 5
output:
6 1 1 1 5 2 1 2 5 1 3 2 3
result:
ok n: 2, m: 5, bishops: 6
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3564kb
input:
5 5
output:
8 0 0 1 0 1 4 2 0 2 4 3 0 3 4 4 0
result:
wrong answer Integer parameter [name=x] equals to 0, violates the range [1, 5]