QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#613366 | #9435. Welcome to NPCAPC | ucup-team4575# | Compile Error | / | / | C++20 | 2.0kb | 2024-10-05 13:57:58 | 2024-10-05 13:59:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:77:2: error: expected unqualified-id before numeric constant 77 | }123123 | ^~~~~~ answer.code: In function ‘void solve()’: answer.code:37:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 37 | scanf("%d", &n); | ~~~~~^~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:74:17: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 74 | int T; scanf("%d", &T); | ~~~~~^~~~~~~~~~