Run ID:104348
提交时间:2025-01-04 20:24:29
#include<iostream> using namespace std; int main(){ int a=1,b=2; cout<<a+b; return 0; }