Problem | trollingbribritt |
---|---|
User | hyishigh |
Submission Time | 2024-12-14 11:00:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:13:3: error: expected ‘,’ or ‘;’ before ‘if’
13 | if(w == 1) {
| ^~
trollingbribritt.cpp:17:3: error: ‘else’ without a previous ‘if’
17 | else if(w==2 && size > 0) {
| ^~~~