提交时间:2025-09-15 20:42:58

运行 ID: 349744

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