QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#173352#7178. Bishopsucup-team646#Compile Error//C++231.7kb2023-09-09 23:16:422023-09-09 23:16:42

详细

answer.code: In function ‘int main()’:
answer.code:85:67: error: expected ‘;’ before ‘}’ token
   85 |                 cout << i.first + 1 << " " << i.second + 1 << "\n"
      |                                                                   ^
      |                                                                   ;
   86 |         }
      |         ~