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
|
1480 Discussions
|
Please Login in order to post a comment
// meo meo :))
include
using namespace std;
int main() { int n, q; cin >> n >> q;
}
only revise format and variable name with gpt written by CPP newbie
include
include
include
include
include
using namespace std;
int main() { int n,q; //n = lenght of main vector q = no. of queries cin >> n >> q;
}