QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#325915 | #6315. 填数游戏 | Jasonwei# | Compile Error | / | / | C++17 | 2.2kb | 2024-02-12 04:20:09 | 2024-07-04 03:23:40 |
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:109:17: error: jump to label ‘en’ 109 | en:; | ^~ answer.code:79:30: note: from here 79 | goto en; | ^~ answer.code:92:21: note: crosses initialization of ‘long long int mx’ 92 | int mx = -1; | ^~