제출 #1185053

#제출 시각아이디문제언어결과실행 시간메모리
1185053prism7k열대 식물원 (Tropical Garden) (IOI11_garden)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int main() { cin >> N; }

컴파일 시 표준 에러 (stderr) 메시지

garden.cpp: In function 'int main()':
garden.cpp:5:16: error: 'N' was not declared in this scope
    5 |         cin >> N;
      |                ^