#include <stdio.h>
int main () { fseeko(stdin,0,0); return 0; }
