QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#553114 | #9241. Sphinx | thomaswmy# | Compile Error | / | / | C++14 | 125b | 2024-09-08 09:10:40 | 2024-09-08 09:10:41 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
vector<int> find_colours(int N,vector<int> X,vector<int> Y) {
return X;
}
詳細信息
implementer.cpp: In function ‘int {anonymous}::sz(const C&)’: implementer.cpp:26:52: error: ‘size’ is not a member of ‘std’; did you mean ‘size_t’? 26 | template<class C> int sz(const C& c) { return std::size(c); } | ^~~~ | size_t