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

PKU如此快..?????????

Posted by alpc98 at 2010-04-16 20:25:36 on Problem 1000
#include <stdio.h>

int main(void)
{
int i,sum,a,b;
sum=0;
scanf("%d %d",&a,&b);
for (i=1;i<=4000000000;i++)
sum+=1;
printf("%d\n",a+b);
return 0;
}

	1000	Accepted	132K	0MS	C++	159B	2010-04-16 20:23:35

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