Problem sixandseven
User rjdaddy69
Submission Time 2026-06-26 15:19:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:6: error: ‘else’ without a previous ‘if’
11 | }else if
| ^~~~
sixandseven.cpp:12:3: error: expected ‘(’ before ‘cout’
12 | cout << "NO";
| ^~~~
| (