| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:这个为什么会编译错误?我用DEV C++可以过啊。。。。。In Reply To:这个为什么会编译错误?我用DEV C++可以过啊。。。。。 Posted by:zover2008 at 2009-08-31 22:24:19 错在这:system("pause");
strcpy(a,strrev(a));
strcpy(b,strrev(b));
ia=atoi(a);
ib=atoi(b);
ic=ia+ib;
itoa(ic,c,10);
len=strlen(c);
这些函数调用没有包含头文件
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator