QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#544323 | #7740. Puzzle: Question Mark | user10086 | WA | 0ms | 3696kb | C++14 | 167b | 2024-09-02 15:06:09 | 2024-09-02 15:06:09 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
signed main()
{
cout << "0\n0\n0\n0 0\n0 0\n2\n0 1 1\n2 2 1\n2 1 2\n4\n1 1 2 2\n1 2 3 2\n4 1 4 3\n4 4 3 3";
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3696kb
input:
2 3 4
output:
0 0 0 0 0 0 0 2 0 1 1 2 2 1 2 1 2 4 1 1 2 2 1 2 3 2 4 1 4 3 4 4 3 3
result:
wrong answer Integer parameter [name=a_ij] equals to 2, violates the range [0, 0] (test case 1)