#include int main() { goto start; start: cout<<"Start"<<"\n"; return 0; }