QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#182277#5580. Branch ManagerMaMengQiCompile Error//C++20638b2023-09-17 16:24:392023-09-17 16:24:40

詳細信息

answer.code: In function ‘int main()’:
answer.code:37:29: error: expected ‘}’ at end of input
   37 |         cout << ans << endl;
      |                             ^
answer.code:21:1: note: to match this ‘{’
   21 | {
      | ^