| ||||||||||
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:为什么一直runtime errorIn 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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator