QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150680 | #6341. The Last Battle | JCY_ | 0 | 0ms | 0kb | C++17 | 542b | 2023-08-26 00:24:36 | 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 ...