QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#68721#4585. Greedy KnapsackZhangYiDeCompile Error//C++174.9kb2022-12-19 03:54:172022-12-19 03:54:20

详细

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