Problem | paint |
---|---|
User | Denzio321 |
Submission Time | 2023-02-02 08:00:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘bool cmp()’:
paint.cpp:4:9: error: ‘x’ was not declared in this scope
4 | return x > y;
| ^
paint.cpp:4:13: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
4 | return x > y;
| ^
| yn
paint.cpp:6:11: error: a function-definition is not allowed here before ‘{’ token
6 | int main(){
| ^
paint.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
paint.cpp:3:11: note: to match this ‘{’
3 | bool cmp(){
| ^