当前位置:网站首页>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
边栏推荐
- 服务器、客户端双认证(2)
- Fuzzy PID control of motor speed
- IIS error prompt after installing Serv-U: hresult:0x80070020
- B站这个视频我是跪着看完的
- 【信息系统项目管理师】初见高项系列精华汇总
- js 表格自动循环滚动,鼠标移入暂停
- R language ggpubr package ggsummarystats function visualizes the grouping box diagram (custom grouping color) and adds the statistical values corresponding to the grouping under the x-axis label (samp
- Gauss elimination solves the inverse of matrix (Gauss)
- Leetcode 504. 七进制数
- E. Two Small Strings
猜你喜欢
Logical architecture of MySQL
挡不住了,纯国产PC已就位,美国的软硬件体系垄断正式被破
高斯消元
解决npm -v突然失效 无反应
[MySQL database] a collection of basic MySQL operations - the basis of seeing (adding, deleting, modifying, and querying)
The diagram of user login verification process is well written!
苹果独占鳌头,三星大举复兴,国产手机在高端市场颗粒无收
B站这个视频我是跪着看完的
Registration module use case writing
MySQL 5.7.25 source code installation record
随机推荐
POJ 1012 Joseph
Server and client dual authentication (2)
B站这个视频我是跪着看完的
JS 一行代码 获取数组最大值与最小值
PMM (percona monitoring and management) installation record
Keeping alive to realize MySQL automatic failover
【信息系统项目管理师】初见高项系列精华汇总
MySQL的逻辑架构
Tableviewcell highly adaptive
面试突击68:为什么 TCP 需要 3 次握手?
Unstoppable, pure domestic PCs have been in place, and the monopoly of the U.S. software and hardware system has been officially broken
asp. Net using redis cache (2)
POJ 1012 Joseph
Apple dominates, Samsung revives, and domestic mobile phones fail in the high-end market
[MySQL database] a collection of basic MySQL operations - the basis of seeing (adding, deleting, modifying, and querying)
Logical architecture of MySQL
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)
Principle analysis and source code interpretation of service discovery
面试突击68:为什么 TCP 需要 3 次握手?
Solve NPM -v sudden failure and no response