Problem | performance |
---|---|
User | Kiameimon |
Submission Time | 2023-09-09 23:36:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
performance.cpp: In function ‘int main()’:
performance.cpp:17:19: error: expected ‘;’ before ‘if’
17 | sum = sum % peeps
| ^
| ;
18 |
19 | if(alternate){sum++;
| ~~
performance.cpp:23:2: error: ‘else’ without a previous ‘if’
23 | else{
| ^~~~