会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
努力不会错
博客园
首页
新随笔
联系
订阅
管理
2020年9月2日
快速幂运算
摘要: public class Solution { public static void main(String[] args) { System.out.println(qpow(5,6)); } public static int qpow(int x,int n) { int res =1; wh
阅读全文
posted @ 2020-09-02 10:26 努力不会错哦
阅读(88)
评论(0)
推荐(0)
2019年12月3日
C++杂记
摘要: 1. u_char是无符号的char型 而char是有符号的char型,u_char和char都占一个字节,8个bit位! 2. 回调函数:https://blog.csdn.net/angciyu/article/details/80794273
阅读全文
posted @ 2019-12-03 11:23 努力不会错哦
阅读(60)
评论(0)
推荐(0)
公告