提交时间:2025-03-25 17:51:51

运行 ID: 314020

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