fork download
  1. d fdessed EFV brgb
  2. import java.util.*;
  3. import java.lang.*;
  4. import java.io.*;
  5.  
  6. /* Name of the class has to be "Main" only if the class is public. */
  7. class Ideone
  8. {
  9. public static void main (String[] args) throws java.lang.Exception
  10. {
  11. // your code goes here
  12. }
  13. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:2: error: unknown type name ‘d’
  d fdessed EFV brgb
  ^
prog.c:1:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘EFV’
  d fdessed EFV brgb
            ^~~
prog.c:1:12: error: unknown type name ‘EFV’
prog.c:3:1: error: unknown type name ‘import’; did you mean ‘short’?
 import java.lang.*;
 ^~~~~~
 short
prog.c:3:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
 import java.lang.*;
            ^
prog.c:4:1: error: unknown type name ‘import’; did you mean ‘short’?
 import java.io.*;
 ^~~~~~
 short
prog.c:4:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
 import java.io.*;
            ^
prog.c:7:1: error: unknown type name ‘class’
 class Ideone
 ^~~~~
prog.c:8:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
 {
 ^
stdout
Standard output is empty