| ||||||||||
| 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 | |||||||||
java is slow itselfIn Reply To: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 > 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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator