grader_speedrun.cpp: In function ‘int readvalue()’:
grader_speedrun.cpp:9:9: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
9 | fscanf(input, "%d", &val);
| ~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccBYj7qm.o: in function `bettersethint(long long, long long, long long)':
speedrun.code:(.text+0x23): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: speedrun.code:(.text+0x43): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: /tmp/ccBYj7qm.o: in function `bettergethint(long long)':
speedrun.code:(.text+0x78): undefined reference to `getHint(long long)'
/usr/bin/ld: speedrun.code:(.text+0x98): undefined reference to `getHint(long long)'
/usr/bin/ld: /tmp/ccBYj7qm.o: in function `dfs(std::vector<std::vector<long long, std::allocator<long long> >, std::allocator<std::vector<long long, std::allocator<long long> > > >&, long long, long long, std::pair<long long, long long>)':
speedrun.code:(.text+0x163): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: speedrun.code:(.text+0x183): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: speedrun.code:(.text+0x1f3): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: speedrun.code:(.text+0x213): undefined reference to `setHint(long long, long long, bool)'
/usr/bin/ld: /tmp/ccBYj7qm.o: in function `speedrun(long long, long long, long long)':
speedrun.code:(.text+0x2cd): undefined reference to `goTo(long long)'
/usr/bin/ld: speedrun.code:(.text+0x30c): undefined reference to `goTo(long long)'
/usr/bin/ld: speedrun.code:(.text+0x34c): undefined reference to `goTo(long long)'
/usr/bin/ld: /tmp/ccBYj7qm.o: in function `assignHints(long long, long long, long long*, long long*)':
speedrun.code:(.text+0x411): undefined reference to `setHintLen(long long)'
/usr/bin/ld: /tmp/ccvwIQNm.o: in function `main':
grader_speedrun.cpp:(.text.startup+0x4c): undefined reference to `speedrun(int, int, int)'
/usr/bin/ld: grader_speedrun.cpp:(.text.startup+0x1a2): undefined reference to `assignHints(int, int, int*, int*)'
collect2: error: ld returned 1 exit status