Search found 2 matches
- Wed Jul 02, 2003 10:42 am
- Forum: Volume 100 (10000-10099)
- Topic: 10014 - Simple calculations
- Replies: 34
- Views: 9523
10014 - Simple calculations - Compile error?(JAVA)
Hi all, Is there anybody here who can finish this problem by using Java? Here is my code. I don't know why there is "Compile Error" ? I can run the program successfully in my PC. Please help me /_\ [java] import java.io.*; import java.util.*; class Main{ static String ReadLn (int maxLg){ /...
- Wed Jul 02, 2003 6:00 am
- Forum: Volume 100 (10000-10099)
- Topic: 10013 - Super long sums
- Replies: 212
- Views: 45010
10013 Super Long Sum - Java Submission TLE /_\
I have tried different codings for 10013 by using java, but all result with a TLE reply. Can any Java expert help me ? :( Here is one of my coding. [java] import java.io.*; import java.util.*; class Main { static String ReadLn (int maxLg) // utility function to read from stdin { byte lin[] = new byt...