fork(2) download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.lang.*;
  5. import java.io.*;
  6.  
  7. class Ideone
  8. {
  9. public static void main (String[] args) throws java.lang.Exception
  10. {
  11. GetColumn(-1);
  12. }
  13. public static Object GetColumn(int i) {
  14. try {
  15. return GetColumn(i);
  16. } finally {
  17. return GetColumn(i - 1);
  18. }
  19. }
  20. }
Time limit exceeded #stdin #stdout 5s 320576KB
stdin
Standard input is empty
stdout
Standard output is empty