Problem colour
User shoryu386
Submission Time 2023-05-31 23:51:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

colour.cpp: In function ‘int main()’:
colour.cpp:33:1: error: expected primary-expression before ‘==’ token
33 | ==
| ^~
colour.cpp:34:3: error: expected primary-expression before ‘auto’
34 | auto hhhhh = prev(init.end());
| ^~~~
colour.cpp:35:18: error: ‘hhhhh’ was not declared in this scope
35 | while (rptr != hhhhh){
| ^~~~~