Problem catstaircase
User shenshiqi
Submission Time 2025-11-20 14:27:22
Score 0

Compile Error

catstaircase.cpp: In function ‘int main()’:
catstaircase.cpp:46:14: error: ‘op’ was not declared in this scope; did you mean ‘ops’?
46 | if (c != 0) op = -1;
| ^~
| ops