Problem trollingbribritt
User hyishigh
Submission Time 2024-12-14 11:00:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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) {
| ^~~~