0_0_17223757_20488.cpp: In function 'void Read(T&)':
0_0_17223757_20488.cpp:11:182: error: 'nxt' was not declared in this scope
template<class T>inline void Read(T &k){while(((QAQ=getchar())<'0'||QAQ>'9')&&QAQ!='-');fff=QAQ=='-';k=fff?0:QAQ-'0';while((QAQ=getchar())>='0'&&QAQ<='9')k=k*10+QAQ-'0';if(fff)k=-k;nxt=QAQ=='\n';}
^
|