#34414: a002正確解答


yp11151172@yphs.tp.edu.tw (707-36)

School : 臺北市私立延平高級中學
ID : 197046
IP address : [203.72.178.1]
Last Login :
2023-02-24 16:34:00
a002. 簡易加法 | From: [203.72.178.1] | Post Date : 2023-03-17 15:34

再更改一下

using namespace std;

int main()

{

int a,b,c;

cin>>a>>b;

c=a+b;

cout<<c<<endl;

}

 
ZeroJudge Forum