с использованием только iostream, почему первый # включен (0), а второй # - (19) и т. Д. Почему?
int main (){
const int walla=20; //declaring//
const int wallb=20;
const int coordinatx=walla/2;
const int coordinaty=wallb/2;
for(int i=0; i<walla; i++){
cout<<"#"; //walla//
}
cout<<endl;
for(int i=0; i<wallb; i++){
for (int j=0;j< walla; j++)
if(j==0 )
cout<<"#\n"; //trying wallb//
else if(j==19)
cout<<string(j,'\0');
cout<<"#\n";
}
}
// координата кодирования, которая печатает входной ty для проверки (: //