Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:3nplus1II.cpp:12:26: error: break statement not within loop or switch 12 | if (a == 1){cout << -1; break;} | ^~~~~