Run ID:153036
提交时间:2026-05-10 09:30:08
#include <bits/stdc++.h> using namespace std; int main() { int>>a,b; cout<<a+b; return 0; }