QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#779736 | #8834. Formal Fring | Huluobo | Compile Error | / | / | C++14 | 978b | 2024-11-24 21:28:57 | 2024-11-24 21:28:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:27:22: error: ‘__lg’ was not declared in this scope; did you mean ‘__log’? 27 | if ((int)__lg((i + x) / 2) == (int)__lg((i - x) / 2)) continue; | ^~~~ | __log answer.code:9:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 9 | scanf("%d", &n); | ~~~~~^~~~~~~~~~