Submission #775032

#TimeUsernameProblemLanguageResultExecution timeMemory
775032cheat_when_I_was_youngShopping (JOI21_shopping)C++17
0 / 100
0 ms268 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...