#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << "The answer is: " << x;
return 0;
}