#include <iostream> int main() { std::cout << "Let's get that typing speed to 200WPM!!!" << std::endl; return 0; }