提交时间:2024-08-31 10:46:08
运行 ID: 50581
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,sum=0; sum=a+b; cout<<sum; return 0; }