# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1134412 | saidpon | COVID tests (CEOI24_covid) | C++17 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
using namespace std;
vector<bool> find_positive() {
vector<bool> answer(N);
return answer;
}