#include<cstdio> int main(){ freopen("wing.in","r",stdin); freopen("wing.out","w",stdout); printf("3"); return 0; }