I tried my code on other websites and CLion, but it does not want to work on here.
Here is the error: error: invalid operands to binary expression ('const int' and 'const (anonymous struct at ./solution.cpp:1:1)') return (m_expected == actual);
Awesome. Thank you!
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
I tried my code on other websites and CLion, but it does not want to work on here.
Here is the error:
error: invalid operands to binary expression ('const int' and 'const (anonymous struct at ./solution.cpp:1:1)')
return (m_expected == actual);
Awesome. Thank you!
This comment is hidden because it contains spoiler information about the solution