QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#752509 | #8726. Magic Show | Little_Penguin | Compile Error | / | / | C++14 | 974b | 2024-11-16 07:04:19 | 2024-11-16 07:04:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Alice.code: In function ‘std::vector<std::pair<int, int> > Alice()’: Alice.code:10:9: error: too many arguments to function ‘int rand()’ 10 | rand(741852963); | ~~~~^~~~~~~~~~~ In file included from /usr/include/c++/13/cstdlib:79, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:42, from Alice.code:1: /usr/include/stdlib.h:453:12: note: declared here 453 | extern int rand (void) __THROW; | ^~~~