QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#446567 | #4832. Telepathy | egypt_ioi2024_12 | Compile Error | / | / | C++14 | 727b | 2024-06-17 13:13:07 | 2024-06-17 13:13:07 |
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:28:23: error: ‘j’ was not declared in this scope 28 | while(j!=i+9 && t[j]==c)j++; | ^ answer.code:28:39: error: ‘c’ was not declared in this scope 28 | while(j!=i+9 && t[j]==c)j++; | ^ answer.code:29:23: error: ‘j’ was not declared in this scope 29 | cout<<min(i+1,j+1-5)<<" "; | ^