Problem | 0405 |
---|---|
User | god |
Submission Time | 2025-07-11 21:58:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
0405.cpp: In function ‘int main()’:
0405.cpp:7:17: error: too many arguments to function ‘int rand()’
7 | cout << rand(y) << " ";
| ^
In file included from /usr/include/c++/9/bits/std_abs.h:38,
from /usr/include/c++/9/cmath:47,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from 0405.cpp:1:
/usr/include/stdlib.h:453:12: note: declared here
453 | extern int rand (void) __THROW;
| ^~~~