Problem modulochain
User asbx
Submission Time 2023-11-08 15:17:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:15:16: error: statement cannot resolve address of overloaded function
15 | cout<<sum;endl;
| ^
modulochain.cpp:16:61: error: statement cannot resolve address of overloaded function
16 | cout<<((arr[0]*arr[n])%(10*10*10*10*10*10*10*10*10+7));endl;
| ^
modulochain.cpp:17:58: error: statement cannot resolve address of overloaded function
17 | cout<<(2*arr[0]-sum)%(10*10*10*10*10*10*10*10*10+7);endl;
| ^