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