#include "Anna.h"
#include "bits/stdc++.h"
using namespace std;
// SendA(bool y)
void InitA(int n, int l, int r) {
for (int i = 0; i < 100; ++i) SendA(1);
}
void ReceiveA(bool x) {
}
int Answer() {
return 0;
}
#include "Bruno.h"
#include "bits/stdc++.h"
using namespace std;
// SendB(bool y)
void InitB(int n, vector<int> p) {
}
void ReceiveB(bool x) {
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Failed |
0 ms |
200 KB |
Expected integer, but "Wrong" found (Anna) |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Failed |
0 ms |
200 KB |
Expected integer, but "Wrong" found (Anna) |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Failed |
0 ms |
268 KB |
Expected integer, but "Wrong" found (Anna) |
2 |
Halted |
0 ms |
0 KB |
- |