Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1012 Compile Error P2010 · Palindrome Check
Time 0 ms Memory 0 K Lang Java
// Judge Result
Compile Error. /tmp/voj-1012/KfPRilfGwiHk.java:8: error: cannot find symbol if(x>=0&&y<=32767){ ^ symbol: variable x location: class KfPRilfGwiHk /tmp/voj-1012/KfPRilfGwiHk.java:8: error: cannot find symbol if(x>=0&&y<=32767){ ^ symbol: variable y location: class KfPRilfGwiHk 2 errors Compile Error, Time = 0 ms, Memory = 0 KB, Score = 0.
// Source
import java.util.Scanner;

public class Main {
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        int a = in.nextInt();
        int b = in.nextInt();
           if(x>=0&&y<=32767){
        System.out.println(a + b);
         }                               
    }
}
length 323 B
Compile Error
Judge Result
Run ID#1012
ProblemP2010
Submitted byjsy5893
LanguageJava
Used Time0 ms
Used Memory0 K
Code length323 B
Submit TimeJanuary 12, 2016, 6:37:02 PM
Execute TimeJanuary 12, 2016, 6:37:06 PM
// Judger
Java
View Problem