Submission #1134412

#TimeUsernameProblemLanguageResultExecution timeMemory
1134412saidponCOVID tests (CEOI24_covid)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; vector<bool> find_positive() { vector<bool> answer(N); return answer; }

Compilation message (stderr)

Main.cpp: In function 'std::vector<bool> find_positive()':
Main.cpp:4:25: error: 'N' was not declared in this scope
    4 |     vector<bool> answer(N);
      |                         ^