输出:每两组数据之间空一行

 

每两组数据之间空一行:

long count=-1;

while (xx)

{

  count=count+1;

  if (count)

    printf("\n");

}

 

bool vis=false;

while (xx)

{

  if (vis)

    printf("\n");

  vis=true;

}

posted @ 2017-07-24 19:18  congmingyige  阅读(344)  评论(0编辑  收藏  举报