Run ID:109502
提交时间:2025-02-09 12:11:54
#include <iostream> using namespace std; int main(){ int a,b; a=3; b=4; cout<<a+b; return 0; }