0_0_35646886_7198.cpp:1:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_35646886_7198.cpp:2:1: error: expected unqualified-id before 'public'
public class Main {public static void main(String[] args) {Scanner sc = new Scanner(System.in);while(sc.hasNext()) {final int a = sc.nextInt(),b=sc.nextInt();System.out.println(a+b);}}}
^
|