Run ID:89443

提交时间:2024-08-24 17:44:53

#include<iostream> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<n + m; return 0; }