QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#225467 | #6398. Puzzle: Tapa | ucup-team1130 | Compile Error | / | / | C++20 | 7.6kb | 2023-10-24 17:55:11 | 2023-10-24 17:55:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:189:16: error: ‘struct maxflow<int>’ has no member named ‘add_edges’; did you mean ‘add_edge’? 189 | mf.add_edges(x, y, 1); | ^~~~~~~~~ | add_edge