fork download
  1. surname ='Shpk'
  2. name = "Anton"
  3. my_list =(['anton',15,["Vasia","B"],77.9])
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
surname ='Shpk'
^
Main.java:1: error: unclosed character literal
surname ='Shpk'
         ^
Main.java:1: error: illegal line end in character literal
surname ='Shpk'
              ^
Main.java:3: error: unclosed character literal
my_list =(['anton',15,["Vasia","B"],77.9])
           ^
Main.java:3: error: unclosed character literal
my_list =(['anton',15,["Vasia","B"],77.9])
                 ^
5 errors
stdout
Standard output is empty