摘要: ds题目 #include<iostream> using namespace std; typedef struct Node { int index; int data; }node; const int N = 10010; node a[N]; int output[N]; int hh = 阅读全文
posted @ 2024-09-23 14:20 某朝 阅读(20) 评论(0) 推荐(0)