QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#162470#4218. Hidden Graphalch07Compile Error//C++143.2kb2023-09-03 13:07:282023-09-03 13:07:29

详细

answer.code: In function ‘int main()’:
answer.code:116:36: error: ‘make’ was not declared in this scope
  116 |                 edgsList.push_back(make-pair(i, edgs[i][j]));
      |                                    ^~~~
answer.code:116:45: error: missing template arguments before ‘(’ token
  116 |                 edgsList.push_back(make-pair(i, edgs[i][j]));
      |                                             ^