Problem smurf
User Tonko
Submission Time 2025-06-06 21:25:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:19:9: error: ‘rev’ was not declared in this scope
19 | rev = !rev;
| ^~~
smurf.cpp:21:9: error: ‘rev’ was not declared in this scope
21 | if (rev) {
| ^~~
smurf.cpp:24:13: error: invalid type argument of unary ‘*’ (have ‘long long int’)
24 | cout << *it << " ";
| ^~
smurf.cpp:28:13: error: invalid type argument of unary ‘*’ (have ‘long long int’)
28 | cout << *it << " ";
| ^~