风车小站

  • 首页

  • 分类

  • 时间轴

  • 书单

  • 电影

  • 友链

  • 关于

  • 搜索

A1069 The Black Hole of Numbers

发表于 2020-01-11 | 更新于 2020-01-12 | 分类于 algorithm , PAT
本文字数: 1.8k | 阅读时长 ≈ 2 分钟

For any 4-digit integer except the ones with all the digits being the same, if we sort the digits in non-increasing order first, and then in non-decre ...

阅读全文 »

A1093 Count PAT's

发表于 2020-01-11 | 分类于 algorithm , PAT
本文字数: 1.4k | 阅读时长 ≈ 1 分钟

The string APPAPT contains two PAT’s as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed ...

阅读全文 »

A1025 Ranking

发表于 2020-01-10 | 更新于 2020-01-11 | 分类于 algorithm , PAT
本文字数: 2.9k | 阅读时长 ≈ 3 分钟

Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run sim ...

阅读全文 »

进制转换

发表于 2020-01-09 | 更新于 2020-01-10 | 分类于 algorithm , PAT
本文字数: 340 | 阅读时长 ≈ 1 分钟

P 进制数 x 转换为 10 进制数 yint P_to_y(int x,int p){ int y=0,product=1; while(x){ y += (x%10)*product; x = x/10; //去除个位数 product *= ...

阅读全文 »

考研政治总结

发表于 2020-01-08 | 更新于 2020-01-10 | 分类于 Postgraduate
本文字数: 52k | 阅读时长 ≈ 47 分钟

会议 && 文献会议 中共一大:建党 中共二大:反帝反封建、群众路线 中共三大:与国名党党内合作 国名党一大:国共合作正式形成、新三民主义 中共四大:领导权、工农联盟 八七会议:右倾错误、土地革命 (转折)、没有起义! 古田会议:思想建党、政治建军 三湾改编:党对军队的绝对领导 遵义 ...

阅读全文 »
1…67
丨fengche丨

丨fengche丨

风过轻轻,侧耳倾听。
65 日志
9 分类
14 标签
RSS
GitHub E-Mail QQ CSDN
推荐阅读
  • 软件推荐
  • 实用网站
  • 影视大全
  • talkop
  • 虫部落
  • 学术导航
0%
© 2019 – 2021 fengche | 站点字数合计: 240k
载入天数...载入时分秒...
人 | 次