C++程序  |  8行  |  93 B

@import diamond_top;

double right(double *);

struct left_and_right {
  int left, right;
};