Learn more about cloning repositories
You have read-only access
Reflection: use `atoi` instead of `stoi` The Microsoft C++ library does not have std::stoi. Opt to use std::atoi with the C-string backing the std::string. NFC.