Submission #956575

#TimeUsernameProblemLanguageResultExecution timeMemory
956575DeltaStructReversing a Sequence (IOI16_reverse)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "reverse.h" using namespace std; int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }

Compilation message (stderr)

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