#33257: easy


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

學校 : 臺北市私立延平高級中學
編號 : 197204
來源 : [203.72.178.2]
最後登入時間 :
2024-10-28 10:28:39
a002. 簡易加法 | From: [203.72.178.2] | 發表日期 : 2022-12-16 13:36

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

 
ZeroJudge Forum