ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1000. A+B Problem

Where is problem
Posted by Tahmaz 10 Jan 2009 18:30
class Sum2{
public static void main(String[] arg){
Integer a =Integer.parseInt(arg[0]);
Integer b =Integer.parseInt(arg[1]);
System.out.println(a+b);
}
}

What the crash
Read "Frequently Asked Questions"
Posted by Sandro (USU) 10 Jan 2009 18:33
Re: Read "Frequently Asked Questions"
Posted by Tahmaz 10 Jan 2009 18:37
Can you write me currect answer??? for java