摘要:
为什么才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 阅读全文
摘要:
#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; 阅读全文