#include "stdafx.h"
#include <iostream>

using namespace std;

int ex = 100;

void sub()
{
	cout << "sub ex=" << ex << '\n';
}