Submission #956573

# Submission time Handle Problem Language Result Execution time Memory
956573 2024-04-02T07:22:46 Z DeltaStruct Reversing a Sequence (IOI16_reverse) C++17
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }

Compilation message

reverse.cpp:4:1: error: 'int64' does not name a type; did you mean 'int64_t'?
    4 | int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }
      | ^~~~~
      | int64_t