Problem modulochain
User questionmark
Submission Time 2026-08-10 15:07:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:13:19: error: ‘mod1’ was not declared in this scope; did you mean ‘modf’?
13 | cout << sum % mod1 << " ";
| ^~~~
| modf