QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#466023 | #5029. 在路上 | adam01 | Compile Error | / | / | C++14 | 838b | 2024-07-07 14:52:13 | 2024-07-07 14:52:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
implementer.cpp: In function ‘int main()’: implementer.cpp:60:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 60 | fread(Interactor::rbuf,1,50000000,stdin); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccu3qUTw.o: in function `main': implementer.cpp:(.text.startup+0x270): undefined reference to `centroid(int, int, int)' /usr/bin/ld: /tmp/ccLhPFtz.o: in function `centroid': answer.code:(.text+0x138): undefined reference to `ask' collect2: error: ld returned 1 exit status