Search found 2 matches

by hungphongbk
Thu Oct 17, 2013 2:58 pm
Forum: Volume 3 (300-399)
Topic: 389 - Basically Speaking
Replies: 94
Views: 36837

Re: 389

Help me, my code is getting TLE... I couldn't found where error occured :(
import java.io.*;
import java.lang.String;
import java.math.BigInteger;
import java.util.*;

class Main
{
static StringTokenizer st;
static String N;

static String ReadLn (int maxLg) // utility function to read from ...
by hungphongbk
Sat Oct 12, 2013 6:07 pm
Forum: Volume 7 (700-799)
Topic: 713 - Adding Reversed Numbers
Replies: 142
Views: 61079

Re: 713 - Adding Reversed NumbersAdding Reversed Numbers

sorry but anyone can help me :(( I can't understand why I always get WA, I tried 5 times to submit :(

import java.io.*;
import java.lang.String;
import java.math.BigInteger;
import java.util.*;

class Main
{
static String a,b;
static StringTokenizer st;

static String ReadLn (int maxLg ...

Go to advanced search