#include <iostream> using namespace std; int main() { int dashmain; dashmain = 88; std::cout <<dashmain<<std::endl; return 0; }