제출 #303568

#제출 시각아이디문제언어결과실행 시간메모리
303568medmdg카니발 티켓 (IOI20_tickets)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #include "tickets.h" using namespace std; long long int find_maximum(int k, int **x){ return x[0][0]; }

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

/tmp/ccRzbMwe.o: In function `main':
grader.cpp:(.text.startup+0x3b2): undefined reference to `find_maximum(int, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)'
collect2: error: ld returned 1 exit status