#include <iostream>
using namespace std;

int main() {
  int numDogs;

  // printing out the value of numDogs.
  cout << numDogs;

}

