QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#544323#7740. Puzzle: Question Markuser10086WA 0ms3696kbC++14167b2024-09-02 15:06:092024-09-02 15:06:09

Judging History

你现在查看的是最新测评结果

  • [2024-09-02 15:06:09]
  • 评测
  • 测评结果:WA
  • 用时:0ms
  • 内存:3696kb
  • [2024-09-02 15:06:09]
  • 提交

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)