Run ID:112944
提交时间:2025-03-14 20:31:58
#include<bits/stdc++> using namespace std; int main(){ int a,b; a=100; b=200; cout<<a+b; }