Run ID:113403

提交时间:2025-03-15 18:18:44

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