Submission #1055339

# Submission time Handle Problem Language Result Execution time Memory
1055339 2024-08-12T17:39:06 Z codexistent Treasure (different grader from official contest) (CEOI13_treasure2) C++14
Compilation error
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;
      |                      ^~~~