Problem crypto
User lexuantung71
Submission Time 2025-02-20 09:45:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

crypto.cpp: In function β€˜int main()’:
crypto.cpp:45:41: error: expected primary-expression before β€˜%’ token
45 | ans[i] = (sum(index[board[i-1]]-1))%%1000000007;
| ^