C++程序  |  8行  |  101 B

#ifndef D_QUOTE_H
#define D_QUOTE_H

#define BAR1_QUOTE(x) 2 * x
#define BAR2_QUOTE(x) 2 * x

#endif