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