| Problem | sixandseven |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-26 15:36:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:8:29: error: expected ‘;’ before ‘{’ token
8 | (N == 67) or (N == 6700){
| ^
| ;
sixandseven.cpp:10:6: error: ‘else’ without a previous ‘if’
10 | }else(N == 1);{
| ^~~~