Run ID:90709
提交时间:2024-09-16 14:52:41
#include<iostream> using namespace std; int main(){ int a; //定义变量 cin>>a; cout<<a<<endl; }