Problem sixandseven
User Kiran
Submission Time 2026-06-26 16:30:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:21:32: error: break statement not within loop or switch
21 | if(is_yes== false){cout<<"NO";break;}
| ^~~~~