QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#810787 | #5095. 九王唱 | cyfff | Compile Error | / | / | C++14 | 1.0kb | 2024-12-12 11:04:03 | 2024-12-12 11:04:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:29:14: error: too few arguments to function ‘void gen(int, int)’ 29 | }else gen(); | ~~~^~ answer.code:14:6: note: declared here 14 | void gen(int n,int seed){ | ^~~