class t {
    public static final void main( String args[] ) {
    System.out.println( "" + System.currentTimeMillis() ) ;
    }}

