We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C++
- Introduction
- Variable Sized Arrays
- Discussions
Variable Sized Arrays
Variable Sized Arrays
Sort by
recency
|
1468 Discussions
|
Please Login in order to post a comment
My solution:
include
using namespace std;
int main(){ ios::sync_with_stdio(0); cin.tie(0);
}
I am not that familiar with pointers actually, so I used vectors instead.
}
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
int n, q; cin >> n >> q; // number of arrays and number of queries
}
Here is my code
include
include
include
include
include
using namespace std;
int main() {
}
Here is my code!