QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#357479#7932. AND-OR closureGuanYunchangCompile Error//C++202.1kb2024-03-18 21:43:052024-03-18 21:43:06

详细

answer.code: In function ‘int main()’:
answer.code:94:18: error: expected ‘}’ at end of input
   94 |         return 0;
      |                  ^
answer.code:47:1: note: to match this ‘{’
   47 | {
      | ^