답안 #775032

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
775032 2023-07-06T07:01:27 Z cheat_when_I_was_young Shopping (JOI21_shopping) C++17
0 / 100
0 ms 268 KB
#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) {
}
# 결과 실행 시간 메모리 Grader output
1 Failed 0 ms 200 KB Expected integer, but "Wrong" found (Anna)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Failed 0 ms 200 KB Expected integer, but "Wrong" found (Anna)
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Failed 0 ms 268 KB Expected integer, but "Wrong" found (Anna)
2 Halted 0 ms 0 KB -