C++程序  |  8行  |  76 B

#define one 1
#define two 2

switch (1) {
   case one + two:
      break;
}