QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#581384 | #2510. Make Numbers | 3un_larryfunc | Compile Error | / | / | C++17 | 1.4kb | 2024-09-22 12:25:12 | 2024-09-22 12:25:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:14:5: error: ‘nordered_set’ was not declared in this scope 14 | nordered_set<int> st; | ^~~~~~~~~~~~ answer.code:14:18: error: expected primary-expression before ‘int’ 14 | nordered_set<int> st; | ^~~ answer.code:15:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’? 15 | sort(A.begin(), A.end()); | ^~~~ | short answer.code:46:13: error: ‘st’ was not declared in this scope; did you mean ‘std’? 46 | st.insert(x.front()); | ^~ | std answer.code:49:12: error: ‘next_permutation’ was not declared in this scope 49 | }while(next_permutation(A.begin(), A.end())); | ^~~~~~~~~~~~~~~~ answer.code:51:11: error: ‘st’ was not declared in this scope; did you mean ‘std’? 51 | cout<<st.size()<<endl; | ^~ | std