Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:这个为什么会编译错误?我用DEV C++可以过啊。。。。。

Posted by Tuz at 2009-08-31 23:35:45 on Problem 1504 and last updated at 2009-08-31 23:39:24
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator