QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#776205 | #9553. The Hermit | ucup-team5559# | Compile Error | / | / | C++17 | 4.0kb | 2024-11-23 17:53:35 | 2024-11-23 17:53:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:15:1: error: ‘mint’ does not name a type; did you mean ‘uint’? 15 | mint m, n; | ^~~~ | uint answer.code: In function ‘void solve()’: answer.code:87:16: error: ‘m’ was not declared in this scope 87 | cin >> m >> n; | ^ answer.code:87:21: error: ‘n’ was not declared in this scope 87 | cin >> m >> n; | ^