QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#68015 | #5015. 树 | goodman | Compile Error | / | / | C++ | 1.1kb | 2022-12-14 01:42:08 | 2022-12-14 01:42:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
implementer.cpp: In function ‘void regduj260135279::init()’: implementer.cpp:32:22: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 32 | scanf("%d",&n); | ~~~~~^~~~~~~~~ implementer.cpp:45:30: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 45 | scanf("%d%d",&u,&v); | ~~~~~^~~~~~~~~~~~~~ answer.code: In function ‘void solve(std::vector<int>, std::vector<int>)’: answer.code:14:9: error: ‘rand_shuffle’ was not declared in this scope 14 | rand_shuffle(A.begin(),A.end()); | ^~~~~~~~~~~~