QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#39298 | #241. Chiaki Sequence Revisited | ZhangYiDe | Compile Error | / | / | C++11 | 721b | 2022-07-09 11:39:10 | 2022-07-09 11:39:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:51:42: error: ‘ac’ was not declared in this scope 51 | for(++k;lg(lb(k))<=n;++k)ac | ^~ answer.code:44:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 44 | scanf("%d",&t); | ~~~~~^~~~~~~~~ answer.code:47:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 47 | scanf("%lld",&n); | ~~~~~^~~~~~~~~~~