摘要:
为什么才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
阅读(532)
评论(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
阅读(589)
评论(0)
推荐(0)
浙公网安备 33010602011771号