摘要: 为什么才60分呢?不要太迷惑 #include<iostream> using namespace std; struct vec{ int index; int val; }vec; int main(){ int a, b, n; cin >> n >> a >> b; struct vec u 阅读全文
posted @ 2020-09-08 15:34 c_y_yuan 阅读(526) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> using namespace std; int n = 1000; struct point{ int x; int y; char type; }point; int main(){ int m, x, y, theta1, theta2, theta3; 阅读全文
posted @ 2020-09-08 14:22 c_y_yuan 阅读(573) 评论(0) 推荐(0) 编辑