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

Compile Error

veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:34:15: error: too many arguments to function ‘int fastRead()’
34 | fastRead(n);
| ^
veryeasymath.cpp:14:12: note: declared here
14 | inline int fastRead() {
| ^~~~~~~~
veryeasymath.cpp:38:24: error: too many arguments to function ‘int fastRead()’
38 | fastRead(arr[i]);
| ^
veryeasymath.cpp:14:12: note: declared here
14 | inline int fastRead() {
| ^~~~~~~~