#include using namespace std; main(){ int n; cout << "输入一个三位正整数:"; cin >> n ; return 0; }