当前位置:网站首页>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 边栏推荐
- Global variables in DLL
- Interpretation of the standard of software programming level examination for teenagers_ second level
- Fiddler download and installation
- The use of MySQL in nodejs
- Mo team learning notes (I)
- Cloud native (36) | introduction and installation of harbor in kubernetes
- Server and client dual authentication (2)
- Fiddler packet capturing tool for mobile packet capturing
- 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
- Use of tabbarcontroller
猜你喜欢

MySQL 5.7.25 source code installation record

Logical architecture of MySQL

Unstoppable, pure domestic PCs have been in place, and the monopoly of the U.S. software and hardware system has been officially broken

2021 windows penetration of "Cyberspace Security" B module of Shandong secondary vocational group (analysis)

Fuzzy PID control of motor speed

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

Gauss elimination solves the inverse of matrix (Gauss)

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)

高斯消元

2019 ICPC Asia Yinchuan Regional(水题题解)
随机推荐
Fuzzy PID control of motor speed
阿里云技术专家郝晨栋:云上可观测能力——问题的发现与定位实践
The use of MySQL in nodejs
Nodejs service background execution (forever)
[information system project manager] summary of essence of high-level series for the first time
PHP one-time request lifecycle
Wechat H5 payment on WAP, for non wechat browsers
Development to testing: a six-year road to automation starting from 0
JS continuous assignment operation
Fiddler packet capturing tool for mobile packet capturing
(1) Hand eye calibration of face scanner and manipulator (eye on hand)
PHP executes shell script
Network flow learning notes
Principle analysis and source code interpretation of service discovery
js 表格自动循环滚动,鼠标移入暂停
2021 windows penetration of "Cyberspace Security" B module of Shandong secondary vocational group (analysis)
asp. Net using redis cache (2)
Modern medicine in the era of "Internet +"
在Blazor 中自定义权限验证
反射机制的原理是什么?