Problem splittingpower
User usernamehere
Submission Time 2024-07-31 16:10:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splittingpower.cpp: In function ‘int main()’:
splittingpower.cpp:32:18: error: expected ‘;’ before ‘}’ token
32 | t %= 1000000007
| ^
| ;
33 | }
| ~