QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#712934 | #5. 在线 O(1) 逆元 | liuenci | Compile Error | / | / | C++14 | 174b | 2024-11-05 17:32:25 | 2024-11-05 22:08:03 |
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); | ~~~~~^~~~~~~~~~ answer.code:8:14: error: ‘int inv(int)’ redeclared as different kind of entity 8 | int inv(int x) | ^ answer.code:2:5: note: previous declaration ‘int inv [10000010]’ 2 | int inv[10000010]; | ^~~