#29973: 太屌了我寫了一天結果這樣就好了


Asuna950520 (YuukiAsunaOuO)


#include<iostream>

using namespace std;

int main()

{

int a,b;

while(cin>>a>>b)

{

if(a!=b)

{

cout<<b+1<<endl;

}

if(a==b)

{

cout<<b<<endl;

}

}

}

非常期待這題下架~