摘要:
#include <bits/stdc++.h> #include <windows.h> using namespace std; struct Student{ int id;//学号 string name;//姓名 int age;//年龄 int grade;//班级 }s; void z 阅读全文
posted @ 2023-12-16 10:02
fushuxuan1
阅读(33)
评论(0)
推荐(0)
摘要:
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; int a1[n]; for(int i=0;i<n;i++){ cin>>a1[i]; } vector<int> a(a1,a1+sizeof(a1) 阅读全文
posted @ 2023-12-16 08:54
fushuxuan1
阅读(12)
评论(0)
推荐(0)

浙公网安备 33010602011771号