• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
kakaxisisan
这里以后只放刷题了哦论文转战知乎了哦
博客园 首页 新随笔 联系 订阅 订阅 管理

2019年3月29日

13. Roman to Integer
摘要: description: 把罗马数字转换成阿拉伯数字 Note: my answer: "感恩" 大佬的answer: class Solution { public: int romanToInt(string s) { int res = 0; unordered_mapm = {{'I', 1 阅读全文
posted @ 2019-03-29 10:53 kakaxisisan 阅读(136) 评论(0) 推荐(0)
 
12. Integer to Roman
摘要: description: 把阿拉伯数字转换成罗马数字 Note: my answer: "感恩" 大佬的answer:真的在leetcode里写代码的时候要时刻注意还是不是英文半角,要不然真的崩溃,哪出错都不知道 class Solution { public: string intToRoman( 阅读全文
posted @ 2019-03-29 08:43 kakaxisisan 阅读(113) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3