# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
742420 | 2023-05-16T08:57:08 Z | siewjh | Flight to the Ford (BOI22_communication) | C++17 | 426 ms | 200 KB |
#include"communication.h" #include <bits/stdc++.h> using namespace std; void encode(int N, int X) { for (int i = 0; i < 100; i++) send(N > 2); } pair<int, int> decode(int N) { int cnt[2] = {0, 0}; for (int i = 0; i < 100; i++) cnt[receive()]++; if (cnt[0] > cnt[1]) return {1, 2}; else return {2, 3}; }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 41 ms | 200 KB | Not correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 426 ms | 200 KB | Not correct |
2 | Halted | 0 ms | 0 KB | - |