- Owner
- chris M. Pérez Santiago
- Problem
- A+B
- Source
- 0.54KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:1:1: error: 'import' does not name a type import java.math.BigInteger; ^ prog.cpp:2:1: error: 'import' does not name a type import java.util.Scanner; ^ prog.cpp:4:1: error: expected unqualified-id before 'public' public class A_PLUS_B { ^