#include #include #include #include"sylib.h" struct timeval _sysy_start,_sysy_end; int _sysy_l1[_SYSY_N],_sysy_l2[_SYSY_N]; int _sysy_h[_SYSY_N], _sysy_m[_SYSY_N],_sysy_s[_SYSY_N],_sysy_us[_SYSY_N]; int _sysy_idx; /* Input & output functions */ int getint(){int t; scanf("%d",&t); return t; } int getch(){char c; scanf("%c",&c); return (int)c; } float getfloat(){ float n; scanf("%a", &n); return n; } int getarray(int a[]){ int n; scanf("%d",&n); for(int i=0;i