Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれらで構成されるテキストファイルを持っています:
player1 10 player2 13 player3 60
これらはプレイヤー名とスコアです。たとえば、プレーヤー 1 のスコアは 10、プレーヤー 2 のスコアは 13 などです。テキストファイルをスコアでソートしたい。例えば:
player3 60 player2 13 player1 10