Search found 1 match
- Sun Jan 23, 2005 2:06 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 213520
could anyone find the mistakes in my code please? I ran it through and it seems to work just fine, but keep getting WA. Thank you! import java.io.FileInputStream; import java.io.InputStream; import java.io.IOException; import java.util.StringTokenizer; interface MyReader { String readLine () throws ...