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.
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