摘要:
#include using namespace std; template bool scanff(T &ret){ //Faster Input char c; int sgn; T bit=0.1; if(c=getchar(),c==EOF) return 0; while(c!='-'&&c!='.'&&(c'9')) c=getchar(... 阅读全文
posted @ 2016-08-16 17:04
BOSON+CODE
阅读(125)
评论(0)
推荐(0)