Run ID:112956
提交时间:2025-03-14 20:34:27
#include<bits/stdc++.h> using namespace std; int main(){ a = 20; b = 30; cout<<a+b; return 0; }