main=do  
    a <- getLine
    b <- getLine
    let _a = read a :: Integer
    let _b = read b :: Integer
    print (div _a _b)

用C语言写也大同小异
haskell水题是真的爽(((

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-10-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-09-26
  • 2021-09-09
相关资源
相似解决方案