#include "mymath2.h" #include using namespace std ; using namespace mine ; namespace mine { extern int g1 ; int g2 = 20 ; } int main() { cout << g1 << endl ; cout << g2 << endl ; return 1 ; }