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