#include using namespace std; int main (void) { int num {6}; cout << num << endl; return 0; }