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:非常感谢!经测试终于AC了In Reply To:Re:非常感谢!经测试终于AC了 Posted by:kangshang2008 at 2009-12-05 10:41:03 #include <stdio.h> int main(void) { int a,b; printf("input num:"); scanf("%d,%d",&a,&b); printf("%d",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