Run ID:90765
提交时间:2024-09-16 15:14:22
#include<iostream> using namespace std; int main(){ int a,b; a=1; b=2; cout<<1+2<<endl; }