C++程序  |  4行  |  70 B

#define paste_twice(a,b,c) a ## b ## c
paste_twice(just, one, token)