#22876: AC版(C++)


0970270529Scott (39盧子捷 808)

學校 : 臺北市私立延平高級中學
編號 : 128526
來源 : [203.72.178.2]
最後登入時間 :
2022-02-14 13:56:53
a002. 簡易加法 | From: [203.72.178.252] | 發表日期 : 2020-10-08 17:36

#include <iostream>

using namespace std;

int main(){

int a, b;

cin>>a>>b;

int c = a + b; 

cout<<c; 

return 0;

}

 
ZeroJudge Forum