Home > Back-end >  Why the output is wrong
Why the output is wrong

Time:11-19

# include
using namespace std;
Int main ()
{
Char a [5] [6].
int i,j;
for(i=0; i<5; I++)
{
Int the add=0, sum=0;
for(j=0; J <6; J++)
{
If (I==0)
{
A [I] [j]='a' + j.
continue;
}
The sum +=add;
A [I] [j]='a' + I + sum;
Add++;
}
}
for(i=0; i<5; I++)
{
for(i=0; i<6; I++)
{
Cout
}
Cout }
}
  • Related