Welcome to the SCM Puzzle Challenge

The SCM Puzzle Challenge is an online puzzle challenge where you will solve fun programming challenges. Good luck!

SCM Puzzle Challenge

By Stevens Capital Management

Welcome to the SCM Puzzle Challenge! All puzzles are presented using our custom-built web-based editor. Each puzzle is self-contained, all you have to do is figure out the solution! You can try the editor below. Make sure to Signup or Login to get started solving real puzzles. Good luck!


1
2
3
4
5
6
7
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX