#26649: 解答(C++)有點不優的題目QQ


weimolin222@gmail.com (林維摩)

學校 : 屏東市明正國中
編號 : 128544
來源 : [180.176.69.238]
最後登入時間 :
2023-06-03 18:51:30
a095. 麥哲倫的陰謀 -- 2011 TOI 培訓內容 | From: [180.176.69.238] | 發表日期 : 2021-08-18 18:13

#include<iostream>

using namespace std;

int main(){

int a,b;

while(cin>>a>>b){

if(a!=b){

cout<<b+1<<endl;

}

else{

cout<<b<<endl;

}

}

}

 
ZeroJudge Forum