摘要: https://blog.csdn.net/u010994304/article/details/50265681 阅读全文
posted @ 2020-10-19 22:31 谢浪 阅读(94) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; struct { int a; double b; }poly[1001]; double a[2001];//至少2000个位置 int main(){ int n,m,cnt=0,aa; double bb; cin 阅读全文
posted @ 2020-10-19 21:32 谢浪 阅读(70) 评论(0) 推荐(0)
摘要: 算法笔记上能踩的坑都踩了。 #include<iostream> using namespace std; float a[1001];//至少1000个位置 int main(){ int n,cnt=0,aa; float bb; cin>>n; for(int i=0;i<n;i++){ ci 阅读全文
posted @ 2020-10-19 21:19 谢浪 阅读(179) 评论(0) 推荐(0)