Submission #1055339

#TimeUsernameProblemLanguageResultExecution timeMemory
1055339codexistentTreasure (different grader from official contest) (CEOI13_treasure2)C++14
Compilation error
0 ms0 KiB
#include "treasure.h"

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

Compilation message (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;
      |                      ^~~~