首页 > 其他 > 详细

软件测试第一次作业

时间:2017-02-27 23:29:07      阅读:305      评论:0      收藏:0      [点我收藏+]

Until now, the most impressive error I have met occurred in the first year of university. In the first term, there was a course named C++. On that class, teacher required us to submit homework program on an acm’s website. On that website, the output of program must be exactly right in answer and format. Once, in a program submission, there always had a format error. However, I couldn’t find where the wrong is. The output was a sequence. It seems correct in answer, and the format. Under the effect of this error, I couldn’t accomplish the homework, which would lower my score.

I check the answer for three days without any result. Still, couldn’t find the problem. At last, I took a piece of paper and a pen. By simulating the computer, I reviewed all the processes from input   to the output. Finally, I discover that there is an additional spacing at the end of the sequence. As a result of I start a new line after outputting the sequence, it wouldn’t show out. This was the error which had perplexed me for three days.

软件测试第一次作业

原文:http://www.cnblogs.com/jyc-blog/p/6476688.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!