Submission issue

#include
using namespace std;
int main() {
int i, j, N;
cout << “enter the value of N:”;
cin >> N;
for(i=1; i<=N; i++ )
{
for(j=i; j<=N; j++ )
{
cout<<("");
}
for(j=1; j<=(2
i-1); j++ )
{
cout<<(" “);
}
for(j=i; j<=N; j++ )
{
cout<<(”*");
}
cout<<"\n";

}
for(i=1; i<=N; i++ )
{
    for(j=1; j<=i; j++ )
    {
        cout<<("*");
    }
    for(j=(2*i-2); j<=(2*N-2); j++ )
    {
        cout<<(" ");
    }
    for(j=1; j<=i; j++ )
    {
        cout<<("*");
    }
    cout<<"\n";
    
}



   return 0;

}

hi @aditaroraindian_e3b2481e08673e90 send the code on ide.codingblocks.com
login
write
save
send the url of page

sent sir kindly chwck

@aditaroraindian_e3b2481e08673e90 send the link of saved code here

hi @aditaroraindian_e3b2481e08673e90 this question is having some issue from serer side, I’ll ask the team. Try submitting this after some days

sir please look into it

hi @aditaroraindian_e3b2481e08673e90 buddy ive told the tech team wait till they correct it, its not in my hand

by when sir I tried it today but still not working

I have already told them please mail at [email protected]

sir kab theek hoga??

@aditaroraindian_e3b2481e08673e90
please mail at [email protected]

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.