# | 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 | 0 ms | 0 KB |
#include "treasure.h" void findTreasure (int N) { cout << "END" << endl; cout << "01\n11" << endl; }