why the second for loop is executed again?

后端 未结 0 1139
借酒劲吻你
借酒劲吻你 2020-12-10 13:56
using namespace std;

#include

int main()
{
    int a, b, x=1, y=1, count=0, even, sum;

    cin>>a>>b;

    for(x; x<=a; x++)
    {
         


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