B站头图景深对焦效果

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

摘要: 枚举算法练习 - 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 阅读(29) 评论(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 阅读(29) 评论(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 阅读(31) 评论(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 阅读(20) 评论(0) 推荐(0)
返回顶端

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