QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#297215 | #5404. 述树术 | hyforces# | Compile Error | / | / | C++20 | 1.2kb | 2024-01-04 06:53:24 | 2024-04-28 08:30:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp: In function ‘int main()’: implementer.cpp:124:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 124 | scanf("%d%d", &n, &m); | ~~~~~^~~~~~~~~~~~~~~~ implementer.cpp:127:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 127 | scanf("%d%d", &a, &b); | ~~~~~^~~~~~~~~~~~~~~~ implementer.cpp:145:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 145 | scanf("%d", &test_stat); | ~~~~~^~~~~~~~~~~~~~~~~~ /usr/bin/ld: /tmp/ccE51iMf.o: in function `main': implementer.cpp:(.text.startup+0x1f3): undefined reference to `Solve(int)' collect2: error: ld returned 1 exit status