#include <iostream> using namespace std; // main() is where program execution begins. int main() { return 0; }