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

 

每两组数据之间空一行:

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  阅读(355)  评论(0)    收藏  举报