Document
qwerewr
摘要: ###为避免cin&cout导致的TLE可在主函数中加上以下三句话: ``` std::ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); ``` 阅读全文
posted @ 2023-07-14 21:47 xiao王~ 阅读(25) 评论(0) 推荐(0)