답안 #956575

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
956575 2024-04-02T07:31:25 Z DeltaStruct 뒤집기 (IOI16_reverse) C++17
컴파일 오류
0 ms 0 KB
#include <bits/stdc++.h>
#include "reverse.h"
using namespace std;
 
int64[] reverse(int64[] a){ reverse(begin(a),end(a)); return a; }

Compilation message

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