#include <iostream>
using namespace std;
int main() {
int myNum = 12;
clog << "The number " << myNum << " was given\n";
return 0;
}