Run ID:90972

提交时间:2024-09-20 18:57:42

#include<iostream> using namespace std; int main(){ int a=1,b=2; cout<<a+b<<endl; return 0; }