제출 #775032

#제출 시각아이디문제언어결과실행 시간메모리
775032cheat_when_I_was_youngShopping (JOI21_shopping)C++17
0 / 100
65 ms8516 KiB
#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 timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...