摘要:
版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/changyou0730/article/details/27887549 立即要端午节了,这让我不禁想到了 屈原,想到了《大秦帝国》里面那位可敬可爱的芈原。 以前和一位朋友聊屈原。当时有拿屈原来开玩笑 阅读全文
posted @ 2019-05-16 12:03
mqxnongmin
阅读(219)
评论(0)
推荐(0)
摘要:
UVA 11291 - Smeech 题目链接 题意:给定一个表达式形如e=(p,e1,e2) 该表达式的值为 p∗(e1+e2)+(1−p)∗(e1−e2),求出值 思路:题目是非常水,可是处理起来还挺麻烦的,模拟写编译器LEX分析器原理去写了。 代码: #include <cstdio> #in 阅读全文
posted @ 2019-05-16 10:53
mqxnongmin
阅读(156)
评论(0)
推荐(0)
摘要:
版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/csharp25/article/details/28098535 问题描写叙述: Let d(n) be defined as the sum of proper divisors of n (num 阅读全文
posted @ 2019-05-16 09:57
mqxnongmin
阅读(175)
评论(0)
推荐(0)
摘要:
版权声明:本文为 CSDN 博主 大锐哥(ID 为 prevention)原创文章。未经博主同意不得转载。 https://blog.csdn.net/prevention/article/details/32324617 iOS Dev (54) 键盘弹出后收起时View随之移动 作者:大锐哥博客 阅读全文
posted @ 2019-05-16 08:55
mqxnongmin
阅读(147)
评论(0)
推荐(0)