답안 #947545

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
947545 2024-03-16T11:27:48 Z Muaath_5 꿈 (IOI13_dreaming) C++17
컴파일 오류
0 ms 0 KB
/*
Problem: IOI13_dreaming
Statement:
Given a forest (m < n-1), connect n-m-1 edges to make it a tree. What is the minimal diameter
*/

Compilation message

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