Run ID:97044
提交时间:2024-11-10 11:54:12
#include<iostream> using namespace std; int main() { int sg; cin>>sg; cout<<"整数是"<<sg; return 0; }