QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#486667 | #8892. Power Grid | egypt_ioi2024_02# | Compile Error | / | / | C++20 | 2.5kb | 2024-07-21 22:46:56 | 2024-07-21 22:46:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:110:25: error: ‘gud’ was not declared in this scope; did you mean ‘gudc’? 110 | filledr[gud[x]] = 1; | ^~~ | gudc answer.code:115:25: error: ‘gud’ was not declared in this scope; did you mean ‘gudc’? 115 | filledc[gud[x]] = 1; | ^~~ | gudc