| Problem | sixandseven |
|---|---|
| User | rjdaddy69 |
| Submission Time | 2026-06-26 16:59:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:16: error: expected ‘;’ before ‘}’ token
11 | cout << "YES"
| ^
| ;
12 | }else{
| ~
sixandseven.cpp:12:6: error: ‘else’ without a previous ‘if’
12 | }else{
| ^~~~