C++程序  |  5行  |  70 B

#define paste(x,y) x ## y
paste(1,2)
paste(1,000)
paste(identifier,2)