Search found 3 matches

by icansolve
Sun Dec 28, 2014 7:30 am
Forum: Volume 116 (11600-11699)
Topic: 11608 - No Problem
Replies: 25
Views: 14904

Re: 11608 - No Problem

Hey guys although i've passed the test cases mentioned in this forum, I'm still getting WA...

import java.util.*;

public class Problem{
private static final int MAX_SIZE = 12;
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int problem, test = 1;

while((problem ...
by icansolve
Sun Dec 21, 2014 1:55 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58407

Re: 401 - Palindromes

Oh yes AC!! Thanks a lot man (:
by icansolve
Sun Dec 21, 2014 12:19 pm
Forum: Volume 4 (400-499)
Topic: 401 - Palindromes
Replies: 196
Views: 58407

Re: 401 - Palindromes

Hey guys! I dun get why I get WA

Hopefully someone is able to help me :)

Code: Select all

 Removed after AC 

Go to advanced search