赞
踩
- #include<iostream>
- using namespace std;
-
- int main()
- {
- float a;
- cout<<"请输入一个数:";
- cin>>a;
- int b=a;
- cout<<"这个数的整数是:"<<b<<"小数是:"<<a-b<<endl;
- system("pause");
- return 0;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。