QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#99903 | #5. 在线 O(1) 逆元 | el_tunel | Compile Error | / | / | C++11 | 2.0kb | 2023-04-23 23:29:00 | 2024-11-05 21:48:36 |
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: In function ‘int inv(int)’: answer.code:65:14: error: ‘LIMIT’ was not declared in this scope 65 | if (a <= LIMIT) | ^~~~~ answer.code:73:14: error: ‘LIMIT’ was not declared in this scope 73 | if (b <= LIMIT) | ^~~~~