#include <iostream> int main() { std::ios::sync_with_stdio(false); std::cin.tie(0); // IO }
暂无评论,快来抢首评~
相关推荐