Run ID:112878
提交时间:2025-03-14 20:18:32
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ a=100; b=200; cout<<a+b; return 0; }