自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 P1017 - 进制转换

题目:进制转换题目来源:洛谷P1017题目描述将正整数N转换成进制R的数。其中比较棘手的情况是基数R是负数的情况,因为这时用一般的取模运算,得到的的数码范围是[(R+1),0]。但规定此时的数码依然是非负数。例如:-16的-2进制表示可以作以下运算:−16=1∗(−2)5+1∗(−2)4-16=1*(-2)^5+1*(-2)^4−16=1∗(−2)5+1∗(−2)4即-16的-2进...

2020-04-04 14:31:21 214

原创 POJ 2503 Babelfish

题目来自POJ 2503链接题目Input consists of up to 100,000 dictionary entries, followed by a blank line, followed by a message of up to 100,000 words. Each dictionary entry is a line containing an English wo...

2020-03-23 11:08:36 140

原创 ZOJ 1383 Binary Numbers 二进制数

突然有打算记录一下做过的题目,目前为止都是很简单的题,还请多多指教。题目来自ZOJ 1383 链接题目Given a positive integer n, print out the positions of all 1’s in its binary representation. The position of the least significant bit is 0.Exam...

2020-03-12 19:50:19 323

原创 ACM入门-ZOJ 2812 Quicksum 快速求和

突然有打算记录一下做过的题目,目前为止都是很简单的题,还请多多指教。题目来自ZOJ 2812 链接A checksum is an algorithm that scans a packet of data and returns a single number. The idea is that if the packet is changed, the checksum will als...

2020-03-12 19:40:55 489

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除