답안 #544631

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
544631 2022-04-02T14:05:25 Z pokmui9909 꿈 (IOI13_dreaming) C++17
컴파일 오류
0 ms 0 KB
int travelTime(int n, int m, int l, int A[], int B[], int T[]){
  	return 0;
}

Compilation message

/usr/bin/ld: /tmp/cc6yce7G.o: in function `main':
grader.c:(.text.startup+0xd1): undefined reference to `travelTime'
collect2: error: ld returned 1 exit status