创建二维动态数组
摘要:1 // #include<bits/stdc++.h> 2 #include<iostream> 3 #include<vector> 4 using namespace std; 5 int main() { 6 int n; 7 cin >> n; 8 // write your code h
阅读全文
posted @ 2024-05-15 08:55
posted @ 2024-05-15 08:55
posted @ 2024-05-15 08:35