# include & lt; Iostream>
#include
# include & lt; IO. H>
# include & lt; Stdio. H>
using namespace std;
Int main ()
{
Int a, b, y, z, m, n, p, I;
Double x;
Fstream FTXT;
Cout<& lt;" Please enter the base "& lt;Cin> a;
Cout<& lt;" Please enter the high bass "& lt;Cin> M;
If (m==1)
{
Begin1:
Cout<& lt;" Please enter you need multiple "& lt;Cin> x;
Cout<& lt;" Please enter the location notes "& lt;Cin> n;
If (n==2)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=55;
If (p==2)
Z=57;
Goto begin3;
}
Else if (n==1)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=59;
If (p==2)
Z=60;
Goto begin3;
}
Else if (n==1)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=62;
If (p==2)
Z=64;
Goto begin3;
}
Else if (n==2)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=65;
If (p==2)
Z=67;
Goto begin3;
}
Else if (n==3)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=69;
If (p==2)
Z=71;
Goto begin3;
}
Else if (n==4)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=72;
If (p==2)
Z=74;
Goto begin3;
}
Else if (n==5)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=76;
If (p==2)
Z=77;
Goto begin3;
}
Else if (n==6)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=79;
If (p==2)
Z=81;
Goto begin3;
}
Else if (n==7)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=83;
If (p==2)
Z=84;
Goto begin3;
}
Else if (n==8)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=86;
If (p==2)
Z=88;
Goto begin3;
}
Else if (n==9)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=89;
If (p==2)
Z=91;
Goto begin3;
}
Else if (n==10)
{
Cout<& lt;" "Input position & lt;Cin> p;
If (p==1)
Z=93;
If (p==2)
Z=95;
Goto begin3;
}
Begin3:
Y=x * 8;
B=y + a;
FTXT. Open (" MC. TXT ", the ios: : out | ios: : app);
Ftxt<& lt;" The execute @ e [score_1_min="& lt; & lt; b<& lt;", score_1="& lt; & lt; b<& lt;"] ~ ~ ~ the function drops piano: "& lt;FTXT. Close ();
I=b - 8;
/* this location rename judgment and execution */
getchar();
a=b;
Goto begin1;
}
CodePudding user response:
The else if cooperate goto, ah, is show, and, considering the switch statement??Begin1 this piece, can with circular statement,,
I didn't see you rename that where is the line of code,,
CodePudding user response: