-2

この構造体を int のみでソートするにはどうすればよいですか?

   struct buch {         
   string buchtitel;
   int preis;
   } buch;
4

1 に答える 1