#34469: EZ


yp11151151@yphs.tp.edu.tw (804-36陳祈佑)

學校 : 臺北市私立延平高級中學
編號 : 197204
來源 : [203.72.178.1]
最後登入時間 :
2023-09-06 15:08:37
a002. 簡易加法 | From: [203.72.178.1] | 發表日期 : 2023-03-22 09:04

#include<bits/stdc++.h>
using namespace std;
int main(){
    int a,b;
    cin>>a>>b;
    cout<<a+b;
    return 0;
}

 

 

 
ZeroJudge Forum