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:为什么一直runtime error

Posted by bradxc at 2012-08-19 22:30:06 on Problem 1000
In Reply To:为什么一直runtime error Posted by:bradxc at 2012-08-19 22:22:57
>   直接复制粘贴示例代码提交 一直是 runtime error~~为什么啊为什么啊~谁给解释一下~~谢谢谢谢~


#include <stdio.h>
int main()
{    
  int a,b;    
  scanf("%d %d",&a, &b);    
  printf("%d\n",a+b);    
  return 0;
}
这给的示例代码也会错~~

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