QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#458513 | #8831. Chemistry Class | ucup-team244# | Compile Error | / | / | C++17 | 1.7kb | 2024-06-29 17:43:34 | 2024-06-29 17:43:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:68:1: error: unterminated comment 68 | /* | ^ answer.code: In function ‘void solve()’: answer.code:23:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 23 | scanf("%d %lld %lld",&n,&a,&b); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ answer.code:26:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 26 | scanf("%lld",&q[i]); | ~~~~~^~~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:62:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 62 | scanf("%d",&t); | ~~~~~^~~~~~~~~