fork download
  1. a -> 1
  2. b -> 2
  3. c -> 3
  4. d -> 4
  5. e -> 5
  6. f -> 6
  7. g -> 7
  8. h -> 8
  9. i -> 9
  10. j -> 10
  11. k -> 11
  12. l -> 12
  13. m -> 13
  14. n -> 14
  15. o -> 15
  16. p -> 16
  17. q -> 17
  18. r -> 18
  19. s -> 19
  20. t -> 20
  21. u -> 21
  22. v -> 22
  23. w -> 23
  24. x -> 24
  25. y -> 25
  26. z -> 26
  27.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
a -> 1
^
1 error
stdout
Standard output is empty