Run ID:103247
提交时间:2024-12-28 15:03:46
#include<iostream> using namespace std; int main() { int a,b; a=1; b=2; cout<<a+b<<endl; return 0; }