fork download
  1. #include <array>
  2.  
  3. int main()
  4. {
  5. std::array<int, 5> a = {1, 2, 3, 4, 5};
  6. }
Success #stdin #stdout 0s 2924KB
stdin
Standard input is empty
stdout
Standard output is empty