C++程序  |  8行  |  101 B

#ifndef E_QUOTE_H
#define E_QUOTE_H

#define BAZ1_QUOTE(x) 2 * x
#define BAZ2_QUOTE(x) 2 * x

#endif