QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#446585#4832. Telepathyegypt_ioi2024_12Compile Error//C++14759b2024-06-17 13:36:202024-06-17 13:36:21

详细

answer.code: In function ‘int main()’:
answer.code:30:17: error: expected ‘,’ or ‘;’ before ‘while’
   30 |                 while(j!=i+7 && t[j]==c)j++;
      |                 ^~~~~