#include <iostream> using std::cout; using std::cin; using std::endl; int G_num = 5; int main(void) { cout << ::G_num << endl; return 0; }