
👩🏻💻 문제 7596번: MP3 Songs Output will consist of the scenario number, the first being 1, on a line on its own. This will be followed by n lines showing the tune names from the input list, sorted in alphabetical order, one name per line. Case should be ignored. www.acmicpc.net ✍🏻 풀이 🎨 Go // https://www.acmicpc.net/problem/7596 package main import ( "bufio" "fmt" "os" "sort" "strings" ) func main()..
dev/algorithm
2020. 12. 4. 21:00