QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#44883#4561. Catfish FarmZhaoZiLongCompile Error//C++17283b2022-08-22 11:18:152022-08-22 11:18:16

詳細信息

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:11:5: error: ‘cout’ was not declared in this scope
   11 |     cout << sum << endl;
      |     ^~~~
answer.code:11:20: error: ‘endl’ was not declared in this scope
   11 |     cout << sum << endl;
      |                    ^~~~