Problem crypto
User John
Submission Time 2025-02-21 14:00:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp:6:1: error: ‘mod’ does not name a type; did you mean ‘modf’?
6 | mod = 1000000007;
| ^~~
| modf
crypto.cpp: In function ‘int main()’:
crypto.cpp:58:16: error: ‘mod’ was not declared in this scope; did you mean ‘modf’?
58 | cout << sum % mod;
| ^~~
| modf