QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~