Run ID:90971
提交时间:2024-09-20 18:56:58
#include<iostream> using namespace std; int main(){ int a=1,b=2; cout<<a+b; return 0; }