Run ID:138616

提交时间:2025-11-29 10:59:26

#include<iostream> using namespace std; int main() { int a,b; a=2; b=3; cout<<a+b; return 0; }