#34180:


yp11151172@yphs.tp.edu.tw (907-37陸思同)

學校 : 臺北市私立延平高級中學
編號 : 197046
來源 : [58.114.218.27]
最後登入時間 :
2024-11-10 22:41:01
a002. 簡易加法 | From: [203.72.178.1] | 發表日期 : 2023-03-03 15:47

#include<iostream>
using namespace std;
int main(){
	int a,b,c;
	cin>>a>>b;
	c=a+b;
	cout<<c<<endl;
}
Close
CPP
 
ZeroJudge Forum