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

Why ? 916278 WhoKnows 1000 Accepted 88K 327MS Java 0.48K 2005-12-05 10:27:01.0 too slow

Posted by WhoKnows at 2005-12-05 10:30:10 on Problem 1000
import java.io.*;
import java.util.*;

public class Main
{
	public static void main(String [] args)
	{
		Scanner cin = new Scanner(System.in);
		int a = cin.nextInt(), b = cin.nextInt();
		System.out.println(a+b);
	}
}


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