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

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:10:6: error: ‘else’ without a previous ‘if’
10 | }else if(N == 9){
| ^~~~
sixandseven.cpp:15:3: error: ‘else’ without a previous ‘if’
15 | }else if(N == 617)
| ^~~~