QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#668577 | #9248. An Easy Math Problem | HuangHanSheng | Compile Error | / | / | C++20 | 1.3kb | 2024-10-23 15:03:52 | 2024-10-23 15:03:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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); | ~~~~~^~~~~~~~~~~