Problem veryeasymath
User MegaG
Submission Time 2025-10-06 18:12:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:18: error: ‘a’ was not declared in this scope
39 | fastRead(a[i]);
| ^