Problem | waterbottles3 |
---|---|
User | wasdplant |
Submission Time | 2025-02-12 05:06:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
waterbottles3.cpp: In function ‘int main()’:
waterbottles3.cpp:2:15: error: ‘cin’ was not declared in this scope
2 | int N, Q, X; cin >> N >> Q >> X;
| ^~~
waterbottles3.cpp:6:2: error: ‘cout’ was not declared in this scope
6 | cout << "break\n";
| ^~~~