Problem | paint |
---|---|
User | votesac |
Submission Time | 2024-02-19 15:09:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
paint.cpp: In function ‘int main()’:
paint.cpp:13:6: error: ‘x’ was not declared in this scope
13 | for(x=0;x<n;x++){
| ^
paint.cpp:15:17: error: ‘counter’ was not declared in this scope
15 | total += nut[counter].first;
| ^~~~~~~
paint.cpp:18:18: error: ‘counter’ was not declared in this scope
18 | total += (nut[counter].first + nut[counter].second);
| ^~~~~~~