#34541: 基礎解法


yp11151246@yphs.tp.edu.tw (702-44)

School : 臺北市私立延平高級中學
ID : 196816
IP address : [203.72.178.1]
Last Login :
2023-05-09 13:21:54
a002. 簡易加法 | From: [203.72.178.1] | Post Date : 2023-03-28 13:43

#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<(a+b)<<endl;
}

 

 
ZeroJudge Forum