| Problem | sixandseven |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-26 14:42:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:25: error: expected ‘;’ before ‘{’ token
11 | }else(N = 670000000){
| ^
| ;
sixandseven.cpp:13:6: error: ‘else’ without a previous ‘if’
13 | }else if(9){
| ^~~~