上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 先配置mingw https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/?tdso 阅读全文
posted @ 2021-04-16 16:03 Venux 阅读(106) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1019 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st 阅读全文
posted @ 2021-03-14 00:45 Venux 阅读(83) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1024 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st 阅读全文
posted @ 2021-03-13 23:08 Venux 阅读(88) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1023 每次把当前的放在能排的当中最矮的一队里就ok 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e 阅读全文
posted @ 2021-03-13 22:09 Venux 阅读(86) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1022 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st 阅读全文
posted @ 2021-03-11 21:33 Venux 阅读(108) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1021 1 #define IO std::ios::sync_with_stdio(0); 2 #define bug(x) cout<<#x<<" is "<<x<<endl 3 #include <bits/st 阅读全文
posted @ 2021-03-11 00:25 Venux 阅读(149) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1208 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); #define bug(x) cout<<#x<<" is "<<x<<endl 阅读全文
posted @ 2021-03-10 03:43 Venux 阅读(94) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1209 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e 阅读全文
posted @ 2021-03-10 03:31 Venux 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1211 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e 阅读全文
posted @ 2021-03-10 02:22 Venux 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://www.pipioj.online/problem.php?id=1026 1 #define IO std::ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); 2 #define bug(x) cout<<#x<<" is "<<x<<e 阅读全文
posted @ 2021-03-10 00:22 Venux 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页