제출 #1055339

#제출 시각아이디문제언어결과실행 시간메모리
1055339codexistent보물 찾기 (CEOI13_treasure2)C++14
컴파일 에러
0 ms0 KiB
#include "treasure.h" void findTreasure (int N) { cout << "END" << endl; cout << "01\n11" << endl; }

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

treasure.cpp: In function 'void findTreasure(int)':
treasure.cpp:5:5: error: 'cout' was not declared in this scope
    5 |     cout << "END" << endl;
      |     ^~~~
treasure.cpp:5:22: error: 'endl' was not declared in this scope
    5 |     cout << "END" << endl;
      |                      ^~~~