제출 #1165486

#제출 시각아이디문제언어결과실행 시간메모리
1165486farah20Pyramids (IOI24_pyramids)C++20
컴파일 에러
0 ms0 KiB
#include "pyramids.h"

void init(std::vector<int> A, std::vector<int> B) {
  void init(std::vector<int> A, std::vector<int> B)
}



bool can_transform(int L, int R, int X, int Y) {
  return false;
}

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

pyramids.cpp: In function 'void init(std::vector<int>, std::vector<int>)':
pyramids.cpp:5:1: error: expected initializer before '}' token
    5 | }
      | ^