Problem construct
User LiuZq
Submission Time 2024-02-18 13:44:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

construct.cpp: In function ‘int main()’:
construct.cpp:17:13: error: expected ‘;’ before ‘}’ token
17 | ans%=MOD
| ^
| ;
18 | }
| ~