#include <iostream>
using namspace std;
int get_int(){
int n = 0;
count<<" please input an integer:" << endl;
cin>>n;
return n;
}//这个函数就是用他的功能。
int main{
int result = 0;
result = get_int();
count<<result;
return 0;
}
Keine Kommentare:
Kommentar veröffentlichen