제출 #1134412

#제출 시각아이디문제언어결과실행 시간메모리
1134412saidponCOVID tests (CEOI24_covid)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; vector<bool> find_positive() { vector<bool> answer(N); return answer; }

컴파일 시 표준 에러 (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);
      |                         ^