QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#69416 | #5044. Happiness | yukorni | Compile Error | / | / | C++14 | 2.3kb | 2022-12-27 15:28:19 | 2022-12-27 15:28:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:89:1: error: extended character is not valid in an identifier 89 | | ^ answer.code:89:1: error: ‘ ’ does not name a type 89 | | ^ answer.code: In function ‘int main()’: answer.code:29:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 29 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:51:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 51 | scanf("%d%d",&t[n].x[j],&t[n].y[j]); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~