QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#408081 | #8217. King's Dinner | ucup-team1548# | Compile Error | / | / | C++14 | 1.4kb | 2024-05-09 18:01:07 | 2024-05-09 18:01:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:30:41: error: missing template arguments before ‘(’ token 30 | vector<vector<char>> s(n + 1, vector(n + 1, '.')); | ^