\documentclass[11pt]{scrartcl}
\usepackage{evan}

\begin{document}
\title{JMO 2026/2}
\subtitle{Evan Chen}
\author{Twitch Solves ISL}
\date{Episode 176}
\maketitle

\section*{Problem}
There are $m$ foxes and $n$ bunnies sitting in $m+n$ seats around a circular table,
where all animals are distinguishable.
If a fox and a bunny are sitting next to each other, they may swap positions with each other.
For a fixed starting configuration,
determine the number of configurations that can be reached by a sequence of swaps.
(Rotations and reflections of a configuration are considered distinct.)

\section*{Video}
\href{https://youtu.be/j12Ar6OP3n4}{\texttt{https://youtu.be/j12Ar6OP3n4}}

\section*{External Link}
\url{https://aops.com/community/p37578101}

\newpage

\section*{Solution}
To be written later.

\end{document}
