B站头图景深对焦效果

请在图片上左右移动鼠标查看效果

09 2021 档案

摘要:来源于ac contest 219 B Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement You are given three strings S_1, S_2, S_3S1​,S2​ 阅读全文
posted @ 2021-09-22 16:38 acmWang 阅读(54) 评论(0) 推荐(0) 编辑
摘要:原题传送阵 个人思路: 建立两个数组,分别把字符和转换后的数字放入不同数组内, 然后累加就完事了! 做完后,发现好多大佬们用二维数组写的, 看了之后, 很懵....... 有位大佬的思路和我的差不多, 就是有个步骤没看明白, #include <algorithm> #include <iostre 阅读全文
posted @ 2021-09-13 20:23 acmWang 阅读(27) 评论(0) 推荐(0) 编辑
摘要:枚举算法练习 - Virtual Judge (vjudge.net) WA: #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; int main(){ 阅读全文
posted @ 2021-09-11 10:40 acmWang 阅读(18) 评论(0) 推荐(0) 编辑
摘要:Maximum Product - UVA 11059 - Virtual Judge (vjudge.net) 废话不多说,直接上我的错误代码! #include <iostream> #include <algorithm> #include <cstdio> #include <cstring 阅读全文
posted @ 2021-09-09 11:40 acmWang 阅读(19) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <algorithm> #include <cstdio> using namespace std; int main(){ int a=10; int *p; p=&a; cout<<*p<<endl; return 0; } printf 阅读全文
posted @ 2021-09-07 17:28 acmWang 阅读(25) 评论(0) 推荐(0) 编辑
摘要:#include <iostream> #include <algorithm> using namespace std; const int maxn = 100005; struct three{ double w; double v; double p; }s[maxn]; bool cmp( 阅读全文
posted @ 2021-09-05 21:17 acmWang 阅读(15) 评论(0) 推荐(0) 编辑

返回顶端

2021-09-22 (星期三)
09:08:39 +08:00

点击右上角即可分享
微信分享提示