提交时间:2025-11-06 19:45:16
运行 ID: 73129
#include<iostream> using namespace std; int main() { int A, B; cin>>A>>B; cout<<A+B; }