Infinite inputs

My code doesnt execute properly it keeps taking infinite inputs

please share your code throught ide.codingblocks.com

The input’s are fine but in the while(sc < ec) loop you never incremented the sc or decremented ec thats why its running infinitely.

ah I see thanks a lot