0_0_37259663_17987.cpp:1:1: error: 'package' does not name a type
package klhk;
^
0_0_37259663_17987.cpp:3:1: error: 'import' does not name a type
import java.util.Scanner;
^
0_0_37259663_17987.cpp:11:9: error: expected ':' before 'static'
public static void main(String[] args) {
^
0_0_37259663_17987.cpp:11:26: error: 'String' has not been declared
public static void main(String[] args) {
^
0_0_37259663_17987.cpp:11:35: error: expected ',' or '...' before 'args'
public static void main(String[] args) {
^
0_0_37259663_17987.cpp:33:1: error: expected ';' after class definition
}
^
0_0_37259663_17987.cpp: In static member function 'static void Ccb::main(int*)':
0_0_37259663_17987.cpp:13:4: error: 'Scanner' was not declared in this scope
Scanner sc=new Scanner(System.in);
^
0_0_37259663_17987.cpp:15:10: error: 'sc' was not declared in this scope
int i=sc.nextInt();
^
0_0_37259663_17987.cpp:19:4: error: 'System' was not declared in this scope
System.out.print(i);
^
0_0_37259663_17987.cpp:27:35: error: invalid operands of types 'const char*' and 'const char [2]' to binary 'operator+'
System.out.println("\n\n"+sum+"\n");
^
|