> 其他 >
从键盘输入一组非0整数,以输入0标志结束,求这组整数的平均值,并统计其中正数和负数的个数.
-------------------------------------------------------*/
#include
using namespace std;
int main(){
cout
人气:188 ℃ 时间:2019-07-25 01:27:27
解答
#include <iostream>using namespace std;int main(){        cout<<"从键盘输入一组非0整数,以输入0标志结束:"<<endl;//    &nbs...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版