C++程序  |  8行  |  105 B

#ifndef E_SYSTEM_H
#define E_SYSTEM_H

#define BAZ1_SYSTEM(x) 2 * x
#define BAZ2_SYSTEM(x) 2 * x

#endif