| 2 | import java.math.*; |
| 3 | import java.io.*; |
| 4 | public class Main { |
| 5 | public static void main(String[] args) throws Exception { |
| 6 | Scanner in = new Scanner(System.in); |
| 7 | PrintWriter out = new PrintWriter(System.out, false); |
| 8 | // code |
| 9 | out.flush(); } } |
| 10 | // vim: cc=60 ts=2 sts=2 sw=2: |
nothing calls this directly
no outgoing calls
no test coverage detected