Problem | penguingathering |
---|---|
User | blob |
Submission Time | 2023-12-09 11:31:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:18:2: error: expected ‘,’ or ‘;’ before ‘if’
18 | if (median = 0){
| ^~
penguingathering.cpp:21:2: error: ‘else’ without a previous ‘if’
21 | else {
| ^~~~