logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

map结构体作为key值的使用

最近在使用stl中的map容器时,碰到key为结构体的情况,总结如下,以便提醒自己。因为之前从没用结构体作为key值,也就没出现这种情况,结果报错后很崩溃看不懂后来才知道map中的key默认是以less所以要对结构体中然后就可以使用了

Position in Fraction (小数除法模拟)

Position in FractionYou have a fraction . You need to find the first occurrence of digit c into decimal notation of the fraction after decimal point.InputThe fi...

到底了