Problem | numbers |
---|---|
User | chenweilian |
Submission Time | 2023-03-17 11:12:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numbers.cpp: In function ‘ll Calc(int, int, int, bool)’:
numbers.cpp:83:12: error: ‘first’ was not declared in this scope; did you mean ‘fir’?
83 | if(n!=first && n!=second){
| ^~~~~
| fir
numbers.cpp:83:24: error: ‘second’ was not declared in this scope
83 | if(n!=first && n!=second){
| ^~~~~~
numbers.cpp:87:15: error: ‘first’ was not declared in this scope; did you mean ‘fir’?
87 | if(limit!=first && limit!=second){
| ^~~~~
| fir
numbers.cpp:87:31: error: ‘second’ was not declared in this scope
87 | if(limit!=first && limit!=second){
| ^~~~~~