Problem | veryeasymath |
---|---|
User | MegaG |
Submission Time | 2025-10-06 18:13:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:35:15: error: too many arguments to function ‘long long int fastRead()’
35 | fastRead(n);
| ^
veryeasymath.cpp:15:12: note: declared here
15 | inline int fastRead() {
| ^~~~~~~~
veryeasymath.cpp:39:24: error: too many arguments to function ‘long long int fastRead()’
39 | fastRead(arr[i]);
| ^
veryeasymath.cpp:15:12: note: declared here
15 | inline int fastRead() {
| ^~~~~~~~