QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ~~~~~^~~~~~~~~~~