#33256: easy


yp11151151@yphs.tp.edu.tw (908-37陳祈佑)

學校 : 臺北市私立延平高級中學
編號 : 197204
來源 : [203.72.178.2]
最後登入時間 :
2025-06-16 10:31:00

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