Arrays Introduction

  • + 0 comments

    Interesting the:

    int n;
      cin >> n;
      int a[n];
    

    part of the code worked for me. Should this be tested for my hackerrank and marked as incorrect when used to commplete this challenge?