摘要:
对于刚学编程,刚接触C++的新手来说,编译运行报错是最头疼的一件事,爆出一堆英文,英语差一点的又不知道什么意思,所以也不知道如何去改,在此,我给大家传一份常见错误中英文对照表及简单解释,希望可以帮到大家:fatal error C1003: error count exceeds number; stopping compilation中文对照:(编译错误)错误太多,停止编译分析:修改之前的错误,再次编译fatal error C1004: unexpected end of file found中文对照:(编译错误)文件未结束分析:一个函数或者一个结构定义缺少“}”、或者在一个函数调用或表达 阅读全文
posted @ 2014-04-11 21:33
天下纵横C++
阅读(836)
评论(0)
推荐(0)
摘要:
原来是将其他博客的内容搬到CSDN啊,我还以为是可以互相搬家的呢。我晕。 阅读全文
posted @ 2014-04-11 16:51
天下纵横C++
阅读(96)
评论(0)
推荐(0)
摘要:
1001#include using namespace std;long int Sum(int a){ long int sum=0; for(int i=1;i>a) { cout<<Sum(a)<<endl<<endl; //cout<<Sum(b); } } 发现自己英文菜菜的,居然看错题了,还以为是两个数字一起输入的呢,真是郁闷。 阅读全文
posted @ 2014-04-11 13:05
天下纵横C++
阅读(196)
评论(0)
推荐(0)
摘要:
Problem DescriptionCalculateA + B.InputEach line will contain two integersAandB. Process to end of file.OutputFor each case, outputA + Bin one line.Sample Input1 1Sample Output2AuthorHDOJRecommendWe have carefully selected several similar problems for you:10011089100210901091#include using namespace 阅读全文
posted @ 2014-04-11 00:06
天下纵横C++
阅读(247)
评论(0)
推荐(0)

浙公网安备 33010602011771号