Problem | log |
---|---|
User | boaznumberd5555 |
Submission Time | 2024-11-19 20:11:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
log.cpp: In function ‘int32_t main()’:
log.cpp:10:9: error: expected ‘,’ or ‘;’ before ‘if’
10 | if((long long)(mid)*half+half>=n+1){
| ^~
log.cpp:13:9: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~