QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~~~