closing.cpp: In function 'int max_score(int, int, int, long long int, std::vector<int>, std::vector<int>, std::vector<int>)':
closing.cpp:100:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
100 | for (int i = 0; i < vec.size(); i ++)
| ~~^~~~~~~~~~~~
/tmp/ccwMWrcX.o: in function `__tcf_0':
closing.cpp:(.text+0x9): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in /tmp/ccwMWrcX.o
/tmp/ccwMWrcX.o: in function `get_path(int, int, int)':
closing.cpp:(.text+0x417): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in /tmp/ccwMWrcX.o
/tmp/ccwMWrcX.o: in function `bfs(int, long long*)':
closing.cpp:(.text+0x5d2): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x61e): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in /tmp/ccwMWrcX.o
/tmp/ccwMWrcX.o: in function `max_score(int, int, int, long long, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)':
closing.cpp:(.text+0x7e8): relocation truncated to fit: R_X86_64_PC32 against symbol `dist' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x7ff): relocation truncated to fit: R_X86_64_PC32 against symbol `dist' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x80f): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x853): relocation truncated to fit: R_X86_64_PC32 against symbol `value' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x862): relocation truncated to fit: R_X86_64_PC32 against symbol `n' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x87d): relocation truncated to fit: R_X86_64_PC32 against symbol `adj' defined in .bss section in /tmp/ccwMWrcX.o
closing.cpp:(.text+0x977): additional relocation overflows omitted from the output
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status