// // Created by viole on 2026/2/25. // #include #include "windows.h" using namespace std; int main() { SetConsoleOutputCP(CP_UTF8); string name; double height; int age; cout << "请输入你的姓名:" <> name; cout << "请输入你的身高(cm):" <> height; cout << "请输入你的年龄:" <> age; cout << "--------"<