spojable
SPOJable is a term used within the competitive programming community to describe problems that are suitable for submission to the Sphere Online Judge (SPOJ). SPOJ is a platform that hosts a vast collection of programming challenges that users can solve and submit their solutions to. A problem is considered "SPOJable" if it aligns with the typical characteristics of problems found on SPOJ, such as having a clear problem statement, well-defined input and output formats, and a scope that can be solved within reasonable time and memory limits using common programming languages.
The term often implies that a problem is well-posed and has a unique, algorithmic solution that can