Run ID:111396
提交时间:2025-03-01 19:24:28
#include <iostream> using namespace std; int main(){ int r,c; cin>>r>>c; cout<<r+c; }