0
点赞
收藏
分享

微信扫一扫

P1421 小玉买文具 2022.01.30

绪风 2022-01-31 阅读 30

https://www.luogu.com.cn/problem/P1421

"""

P1421 小玉买文具 2022.01.30
https://www.luogu.com.cn/problem/P1421

"""

a,b=map(int,input().split())

c=a*10+b

ans=c//19

print(ans)


举报

相关推荐

0 条评论