Submission #696200

# Submission time Handle Problem Language Result Execution time Memory
696200 2023-02-05T19:50:18 Z hasanovr Mutating DNA (IOI21_dna) C++17
Compilation error
0 ms 0 KB
/*

██╗░░██╗██╗  ████████╗██╗░░██╗███████╗██████╗░███████╗██╗
██║░░██║██║  ╚══██╔══╝██║░░██║██╔════╝██╔══██╗██╔════╝██║
███████║██║  ░░░██║░░░███████║█████╗░░██████╔╝█████╗░░██║
██╔══██║██║  ░░░██║░░░██╔══██║██╔══╝░░██╔══██╗██╔══╝░░╚═╝
██║░░██║██║  ░░░██║░░░██║░░██║███████╗██║░░██║███████╗██╗
╚═╝░░╚═╝╚═╝  ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝╚══════╝╚═╝

░██╗░░░░░░░██╗██╗░░██╗░█████╗░████████╗██╗░██████╗  ██╗░░░██╗██████╗░
░██║░░██╗░░██║██║░░██║██╔══██╗╚══██╔══╝╚█║██╔════╝  ██║░░░██║██╔══██╗
░╚██╗████╗██╔╝███████║███████║░░░██║░░░░╚╝╚█████╗░  ██║░░░██║██████╔╝
░░████╔═████║░██╔══██║██╔══██║░░░██║░░░░░░░╚═══██╗  ██║░░░██║██╔═══╝░
░░╚██╔╝░╚██╔╝░██║░░██║██║░░██║░░░██║░░░░░░██████╔╝  ╚██████╔╝██║░░░░░
░░░╚═╝░░░╚═╝░░╚═╝░░╚═╝╚═╝░░╚═╝░░░╚═╝░░░░░░╚═════╝░  ░╚═════╝░╚═╝░░░░░
*/

Compilation message

/usr/bin/ld: /tmp/cccZTQDY.o: in function `main':
grader.cpp:(.text.startup+0x366): undefined reference to `init(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'
/usr/bin/ld: grader.cpp:(.text.startup+0x39d): undefined reference to `get_distance(int, int)'
collect2: error: ld returned 1 exit status