Paste your code In this way [do you see difference?]:
import java.io.*;
public class Example {
public static void main(String args[]) throws IOException{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String s, a, b;
s = in.readLine();
int suma=0;
...........
or that way:
import java.io.*;
public class Example {
public static void main(String args[]) throws IOException{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String s, a, b;
s = in.readLine();
int suma=0;
...........
or as a link to ideone.com with your code and test.
Compare: [only inputs and outputs are different, codes are identical]
and
PS
Your post is in improper place [JAVA based languages] You can edit name of your thread and correct this - place it in Polish place, please 