Problem slimes
User dacashew
Submission Time 2023-12-06 09:07:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

slimes.cpp: In function ‘int main()’:
slimes.cpp:92:11: error: expected ‘;’ before ‘}’ token
92 | cout<<ans
| ^
| ;
93 | }
| ~