码迷,mamicode.com
首页 > 其他好文 > 详细

自考新教材-p279_1

时间:2020-01-27 13:56:23      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:bsp   文件   main   txt   pac   ==   class   erro   return   

源程序:

#include <iostream>

using namespace std;

int main()

{

int x, y;

cin >> x >> y;

freopen("c:\\test.txt", "w", stdout); 

if (y == 0)                            

cerr<<"error."<<endl;

else

cout << x << "/" << y << "=" << x / y << endl;

system("pause");

return 0;

}

 运行结果:

输入:9 3

在c盘上产生文本文件test.txt,内容为:9/3=3

自考新教材-p279_1

标签:bsp   文件   main   txt   pac   ==   class   erro   return   

原文地址:https://www.cnblogs.com/duanqibo/p/12235657.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!