标签:line span get tchar turn etc har int while
inline int read() { int x=0;char ch=getchar(); while(ch<‘0‘||ch>‘9‘)ch=getchar(); while(ch>=‘0‘&&ch<=‘9‘){x=x*10+ch-‘0‘;ch=getchar();} return x; }
标签:line span get tchar turn etc har int while
原文地址:https://www.cnblogs.com/xiaobuxie/p/11373852.html