답안 #1055339

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1055339 2024-08-12T17:39:06 Z codexistent 보물 찾기 (CEOI13_treasure2) C++14
컴파일 오류
0 ms 0 KB
#include "treasure.h"

void findTreasure (int N) {
    
    cout << "END" << endl;
    cout << "01\n11" << endl;
}

Compilation message

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;
      |                      ^~~~