| Problem | crypto |
|---|---|
| User | lexuantung71 |
| Submission Time | 2025-02-20 09:45:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^