Sign in $ create-account
~/problems ~/discussion ~/contests ~/submission
← ~/submission
run #1156 Compile Error P2001 · Maximum Subarray
Time 0 ms Memory 0 K Lang C
// Judge Result
Compile Error. /tmp/voj-1156/HGWhUQgEpXgW.c:1:1: error: unknown type name ‘import’ import java.util.Scanner; ^ /tmp/voj-1156/HGWhUQgEpXgW.c:1:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token import java.util.Scanner; ^ /tmp/voj-1156/HGWhUQgEpXgW.c:3:1: error: unknown type name ‘public’ public class Main { ^ /tmp/voj-1156/HGWhUQgEpXgW.c:3:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Main’ public class Main { ^ 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();
        System.out.println(a + b);
    }
}
length 248 B
Compile Error
Judge Result
Run ID#1156
ProblemP2001
Submitted byyoiu123
LanguageC
Used Time0 ms
Used Memory0 K
Code length248 B
Submit TimeMarch 20, 2017, 4:16:53 AM
Execute TimeMarch 20, 2017, 4:16:55 AM
// Judger
C
View Problem