提交时间:2025-10-10 15:34:18
运行 ID: 68984
#include <bits/stdc++.h> using namespace std; int main() { int t, n; cin>>t>>n; cout<<t+n-1; return 0; }