| Problem | paint |
|---|---|
| User | themadpotato |
| Submission Time | 2023-01-13 16:53:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp:6:2: error: expected ‘;’ after struct definition
6 | }
| ^
| ;
paint.cpp: In function ‘bool cmp(job, job)’:
paint.cpp:11:11: error: a function-definition is not allowed here before ‘{’ token
11 | int main(){
| ^
paint.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
paint.cpp:8:23: note: to match this ‘{’
8 | bool cmp(job a, job b){
| ^