Problem | duckbuttons |
---|---|
User | CalebKow |
Submission Time | 2025-03-12 16:37:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:49:24: error: ‘x’ was not declared in this scope
49 | if (reversed_vector[x] != 0){
| ^
duckbuttons.cpp: At global scope:
duckbuttons.cpp:75:7: error: ‘cout’ in namespace ‘std’ does not name a type
75 | std::cout << move_number;
| ^~~~
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from duckbuttons.cpp:1:
/usr/include/c++/9/iostream:61:18: note: ‘std::cout’ declared here
61 | extern ostream cout; /// Linked to standard output
| ^~~~
duckbuttons.cpp:77:1: error: expected declaration before ‘}’ token
77 | }
| ^