Run ID:91813

提交时间:2024-09-22 15:15:56

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