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
- Arrays Introduction
- Discussions
Arrays Introduction
Arrays Introduction
Sort by
recency
|
1322 Discussions
|
Please Login in order to post a comment
int n; cin>>n;
If segmentation error keeps coming up in the test case
Good luck
include
include
using namespace std;
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
int n; cin>>n; int num[n];
return 0; }