Run ID:138613
提交时间:2025-11-29 10:56:37
#include<iostream> using namespace std; int main() { int a,b; a=2; b=3; cout<<a+b; return 0; }