摘要:
Update: The plus version is posted on the top article. 做完 "五三" 加油 其他历年真题 看各种纸质和电子书籍资料与洛谷日报(以高手训练为主) 打各种奇奇怪怪的比赛并弄懂题解(loj小奇,洛谷公开赛,牛客比赛,jjh膜你赛,其他网站的比赛) " 阅读全文
摘要:
``` #include #define int long long using namespace std; inline void input(int &x){ int ans=0,f=1; char c=getchar(); while(c>'9'||c='0'&&c9)output(x/10); putchar(x%10+48); } inline vo... 阅读全文