Run ID:143896

提交时间:2026-01-17 21:20:07

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