fork download
  1. class Arraybot{
  2. public static void main(String[] args) {
  3.  
  4. if (5 * 5 <= 96 / 54) {
  5.  
  6. System.out.println("Arraying has been blacklisted for 'idk' by Arraybot");
  7.  
  8. } else if ( (25 == 2 && 5 > 10)) {
  9.  
  10. System.out.println("Arraying has been banned for a period of forever for 'stop doing that C++ bs scumbag' by Archybot");
  11.  
  12. } else {
  13.  
  14. System.out.println("Arraying has been kicked for 'GET OFF OF MY SERVER SCUM' by MasterGBerry ");
  15.  
  16. }
  17.  
  18. char answerChoice = 'D';
  19.  
  20. switch (answerChoice) {
  21.  
  22. case 'A': System.out.println("Appeal pending, na jk gtfo-Arraybot");
  23. break;
  24.  
  25. case 'B': System.out.println("Appeal accepted. Unban time: October 21, 2030");
  26. break;
  27.  
  28. case 'C': System.out.println("Appeal denied by MaccaTacca for 'Don't you dare call me Rudolph the reindeer ever again…' ");
  29. break;
  30.  
  31. case 'D': System.out.println("Appeal Accepted by Archybot. Unban Date: Setember 2nd 2016. Appeal denied by Arraybot for 'This scumbag Arraying created me, but JavaScript and JQuery are better than scummy C++");
  32. break;
  33.  
  34. default:
  35. if (true) {
  36. System.out.println("Appeal accepted by Arraybot for 'I'm lazy, meh I'll just accept, idk how I'm lazy when I'm a robot…");
  37. }}}
Compilation error #stdin compilation error #stdout 0.05s 711168KB
stdin
Standard input is empty
compilation info
Main.java:37: error: reached end of file while parsing
}}}
   ^
1 error
stdout
Standard output is empty