QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#668573 | #9248. An Easy Math Problem | ZhangYiDe | Compile Error | / | / | C++11 | 1.3kb | 2024-10-23 15:02:41 | 2024-10-23 15:02:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:7:21: error: non-local lambda expression cannot have a capture-default 7 | auto euler_Prime = [&](int n) -> void { | ^ answer.code: In function ‘void solve()’: answer.code:40:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 40 | scanf("%lld",&n); | ~~~~~^~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:61:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 61 | scanf("%lld",&t); | ~~~~~^~~~~~~~~~~