fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8. class Ideone
  9. {
  10. public static void main (String[] args) throws java.lang.Exception
  11. {
  12. String answer = "1 232 92 231 59 226 115 31 51 68 53 51 147 218 52 234 17 234 54 144 241 13 49 149 155 247 168 88 22 177 20 238 205 3 86 155 182 240 18 211 121 35 215 3 123 110 108 157 109 229 21 9 166 254 119 238 173 44 142 121 3 86 155 95 42 227 107 102 67 35 193 187 118 112 207 87 254 87 113 131 54 71 243 7 180 100 84 108 100 25 199 5 103 15 170 114 159 203 136 132 155 43 83 66 237 217 2 159 126 60 27 101 181 69 142 45 199 242 180 99 111 158 219 6 174 230 91 127 4 61 151 158 180 100 84 135 222 232 223 81 56 85 63 57 246 92 119 237 196 252 158 143 105 150 131 173 183 226 102 141 240 199 63 82 233 ";
  13. String[] numss = answer.split(" ");
  14. int[] nums = new int[numss.length];
  15. for( int i = 0; i < nums.length; i++ )
  16. nums[i] = Integer.parseInt(numss[i]);
  17. for( int i = 2; i < nums.length; i+=3 )
  18. System.out.print( ""+(char)((143*nums[i-2]+216*nums[i-1]+89*nums[i])%256)+(char)((166*nums[i-2]+203*nums[i-1]+172*nums[i])%256)+(char)((207*nums[i-2]+93*nums[i-1]+26*nums[i])%256) );
  19. }
  20. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
Knock, knock! Who's there? An Ant Hill. I don't have an Aunt Hill! Hahahah (Humor of the 2050s was weird). Well anyway, the flag is: that_aunt_hill_joke_was_horrible