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

Compile Error

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