제출 #956573

#제출 시각아이디문제언어결과실행 시간메모리
956573DeltaStructReversing a Sequence (IOI16_reverse)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }

컴파일 시 표준 에러 (stderr) 메시지

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