QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#150680#6341. The Last BattleJCY_0 0ms0kbC++17542b2023-08-26 00:24:362023-08-26 00:24:36

Judging History

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

  • [2023-08-26 00:24:36]
  • 评测
  • 测评结果:0
  • 用时:0ms
  • 内存:0kb
  • [2023-08-26 00:24:36]
  • 提交

Anna

#include "Anna.h"
#include <string>

namespace {

int variable_example = 0;

}

void Anna(int X, int Y, int N, std::string S) {
	variable_example += 1;
	
	for (int i = 0; i < 8; i++) {
		for (int j = 0; j < 8; j++) {
			if (i != X && j != Y) {
				Paint(i, j, 0);
			}
		}
	}
}

Bruno

#include "Bruno.h"
#include <vector>
#include <string>

namespace {

int variable_example = 0;

}

std::string Bruno(int N, std::vector<std::vector<int>> T) {
	variable_example += 1;
	if (T[2][5] == 0) return "A";
	return "B";
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Checker Judgement Failed

Manager to Anna

20000
1 7 1 A
2 3 1 A
0 1 1 A
1 1 1 A
7 4 1 A
2 3 1 A
0 3 1 B
0 7 1 A
4 2 1 B
5 4 1 A
6 0 1 B
7 3 1 A
0 7 1 A
2 3 1 A
1 6 1 A
5 2 1 B
2 7 1 B
6 3 1 A
3 3 1 A
1 7 1 A
2 3 1 A
1 2 1 A
5 3 1 A
3 5 1 A
4 3 1 A
2 3 1 A
4 6 1 B
7 3 1 B
2 3 1 A
4 4 1 A
7 3 1 A
4 5 1 B
0 7 1 A
0 3 1 B
2 0 1 B
4 1 1 A
6 0 1 ...

Anna to Manager

0000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000
...

Manager to Bruno


Bruno to Manager


result: