摘要:
//看同学代码发现了神奇代码,借一下先存储一下,以后可能有用template <typename T> inline void read(T &x){x=0;char ch=getchar();bool f=0;while(ch<'0'||ch>'9'){if(ch=='-')f=1;ch=getc 阅读全文
posted @ 2022-04-12 21:09
yinfelix
阅读(31)
评论(0)
推荐(0)