0_0_19194839_13268.cpp: In function 'int main()':
0_0_19194839_13268.cpp:78:3: error: jump to label 'there' [-fpermissive]
there:
^
0_0_19194839_13268.cpp:73:11: error: from here [-fpermissive]
goto there;
^
0_0_19194839_13268.cpp:77:7: error: crosses initialization of 'int len'
int len = strlen(order);
^
|