HackerRank task Sales by Match doesn't pass tests GoLang

前端 未结 0 1514
半阙折子戏
半阙折子戏 2020-12-30 05:27

I solved Sales by Match problem in this way:

package main

import (
    "fmt"
)

func main() {
    var amount int
    _, _ = fmt.Scanf("%d"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题