Problem construct
User justin271828
Submission Time 2023-06-28 21:53:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

construct.cpp: In function ‘int main()’:
construct.cpp:11:26: error: expected ‘;’ before ‘}’ token
11 | powerans %= 1000000007
| ^
| ;
12 | }
| ~