摘要: 1 #include <iostream> 2 int main() 3 { 4 5 std::ios::sync_with_stdio(false); 6 std::cin.tie(0); 7 std::cout.tie(0); 8 9 return 0; 10 } 打了一场CF的比赛,感觉自己啥 阅读全文
posted @ 2020-02-05 12:25 AltFahrer 阅读(721) 评论(0) 推荐(0)