QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#718461 | #5. 在线 O(1) 逆元 | ZhangYiDe | Compile Error | / | / | C++17 | 593b | 2024-11-06 20:34:27 | 2024-11-06 20:34:27 |
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:22:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 22 | scanf("%d", &n); | ~~~~~^~~~~~~~~~ /usr/bin/ld: /tmp/ccfI7ugK.o: in function `main': implementer.cpp:(.text.startup+0x12b): undefined reference to `init(int)' collect2: error: ld returned 1 exit status