Run ID:90724

提交时间:2024-09-16 14:59:19

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