- Owner
- Emil Cenţiu - DISQUALIFIED
- Problem
- A+B
- Source
- 0.24KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.java:3: class main is public, should be declared in a file named main.java public class main { ^ prog.java:11: non-static variable a cannot be referenced from a static context rez = a + b; ^ prog.java:11: non-static variable b cannot be referenced from a static context rez = a + b; ^ 3 errors javac failed: errno= return=256 at /home/marius/perl5/bin/gruntmaster-compile line 22.