Is it possible to make a Pattern like this and Put your first name, last name between a diamond pattern without disturbing pattern c++?

前端 未结 0 1601
灰色年华
灰色年华 2020-12-07 12:11
#include
using namespace std;
int main() 
{
 int n, c, k, space = 1;
 cout<<"\\n\\nEnter number of rows: ";
 cin>>n;
 space = n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题