当前位置:网站首页>Leetcode 504. Hex number
Leetcode 504. Hex number
2022-07-26 09:52:00 【I'm not Xiao Haiwa~~~~】

Given an integer num, Convert it to 7 Base number , And output... As a string .
Example 1:
Input : num = 100
Output : "202"
Example 2:
Input : num = -7
Output : "-10"
Tips :
- -10^ 7 <= num <= 10^7
Code:
class Solution 边栏推荐
- QT handy notes (II) edit control and float, qstring conversion
- 莫队学习笔记(一)
- Spolicy request case
- Fiddler download and installation
- Node 内存溢出及V8垃圾回收机制
- JS 一行代码 获取数组最大值与最小值
- E. Two Small Strings
- Mqtt x cli officially released: powerful and easy-to-use mqtt 5.0 command line tool
- Qt随手笔记(二)Edit控件及float,QString转化、
- R语言ggpubr包ggsummarystats函数可视化分组箱图(自定义分组颜色)并在X轴标签下方添加分组对应的统计值(样本数N、中位数median、四分位数的间距iqr、统计值的色彩和分组图色匹配
猜你喜欢
![Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res](/img/8e/265af6b20f79b21c3eadcd70cfbdf7.png)
Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res

配置ADCS后访问certsrv的问题

2019 ICPC Asia Yinchuan Regional(水题题解)

图解用户登录验证流程,写得太好了!

面试突击68:为什么 TCP 需要 3 次握手?

服务发现原理分析与源码解读

Server and client dual authentication (2)

Sqoop【环境搭建 01】CentOS Linux release 7.5 安装配置 sqoop-1.4.7 解决警告并验证(附Sqoop1+Sqoop2最新版安装包+MySQL驱动包资源)

苹果独占鳌头,三星大举复兴,国产手机在高端市场颗粒无收

Mqtt x cli officially released: powerful and easy-to-use mqtt 5.0 command line tool
随机推荐
The combination of officially issued SSL certificate and self signed certificate realizes website two-way authentication
论文笔记(SESSION-BASED RECOMMENDATIONS WITHRECURRENT NEURAL NETWORKS)
IE7 set overflow attribute failure solution
2022年中科磐云——服务器内部信息获取 解析flag
高斯消元求解矩阵的逆(gauss)
挡不住了,纯国产PC已就位,美国的软硬件体系垄断正式被破
R language ggplot2 visualization: align the legend title to the middle of the legend box in ggplot2 (default left alignment, align legend title to middle of legend)
The diagram of user login verification process is well written!
asp. Net using redis cache
Why does new public chain Aptos meet market expectations?
新公链Aptos何以拉满市场期待值?
Sqoop [environment setup 01] CentOS Linux release 7.5 installation configuration sqoop-1.4.7 resolve warnings and verify (attach sqoop 1 + sqoop 2 Latest installation package +mysql driver package res
E. Two Small Strings
Wechat applet development
R语言ggpubr包ggsummarystats函数可视化分组箱图(自定义分组颜色)并在X轴标签下方添加分组对应的统计值(样本数N、中位数median、四分位数的间距iqr、统计值的色彩和分组图色匹配
网络流学习笔记
Fuzzy PID control of motor speed
Cloud native (36) | introduction and installation of harbor in kubernetes
Development to testing: a six-year road to automation starting from 0
M-ary number STR to n-ary number