Comments

It will be enabled in 10-20 minutes.

Never

Not sure this is the problem, but instead of

public static String dir=System.getProperty("user.dir");
...
Scanner sc=new Scanner(new File(dir+"/input.txt"));
...
File f=new File(dir+"/output.txt");

you should write

Scanner sc=new Scanner(new File("input.txt"));
...
File f=new File("output.txt");
+27

Fixed :)

On R_R_Cannot access problem in gym, 14 years ago
+5

Try now.

Fixed.

Thanks :)
Working on it.
"New ranking (#1-#n)" is a bug. We'll fix that in near future.

What column? Handle? The tables are already sorted by rank/number of solved problems/rating etc.
Main post was updated.
Tags are not allowed to view/edit while contest is still running.