风水世家345

  • Codeforces Round #345 (Div. 2)——A. Joysticks(模拟+特判)
  • Codeforces Round #345 (Div. 2)——B. Beautiful Paintings(贪心求上升序列个数)
  • Codeforces Round #345 (Div. 1) C. Table Compression (并查集)
  • codeforces #345 (Div. 1) D. Zip-line (线段树+最长上升子序列)
  • Codeforces Round #345 (Div. 2) A. Joysticks __ greedy and simulation
  • Codeforces Round #345 (Div. 2) B. Beautiful Paintings __ greedy and Bucket_sort
  • Codeforces Round #345 (Div. 2) C. Watchmen __ map , sorting and combinatorics
  • Codeforces Round #345 (Div. 2) D. Image Preview __ two pointers and pretreat
  • 345 / 344 Reverse Vowels of a String / Reverse String
  • leetcode——345—— Reverse Vowels of a String
  • cf #345 div2 C(Vasya and String。双端队列)
  • Codeforces Round #345 (Div. 2) E. Table Compression(并查集)★ ★
  • 80老翁谈人生(345):网站删除、信息(或关闭网页)能够复原吗?
  • Codeforces Round #345 (Div. 1) D. Zip-line LIS 离线 离散化 线段树
  • 将数字 12345678 转化成 RMB形式 如: 12,345,678
  • leetcode 345 Reverse Vowels of a String__11 Container With Most Water
  • leetcode 344|345|541. Reverse String 1|2 345. Reverse Vowels of a String
  • 《Java编程技巧1001条》 第345条:使用ceil方法
  • Debug Assertion Failed!……File:winocc.cpp Line:345……(Press Retry to debug the application)
  • 输入以逗号分隔的整数,如123,234,345,456,111等,并以回车结束输入
  • 【Codeforces Round 345 (Div 1) B】【暴力 双指针】Image Preview 看照片、阅读、移动、反转最多看照片数
  • 【Codeforces Round 345 (Div 2) A】【贪心 水题】Joysticks 2个操纵杆一个充电器 最长蓄电时间
  • 345英亩的“亚马逊”城——这是乔治亚州为吸引电商巨头开出的价码
  • 【Codeforces Round 345 (Div 1) A】【STL-map or stable_sort or双关键字排序】Watchmen 曼哈顿距离=欧几里得距离点对数
  • 【Codeforces Round 345 (Div 1) C】【并查集缩环+拓扑最长路】Table Compression nm矩形权值缩小大小关系不变
  • 【Codeforces Round 345 (Div 2) B】【贪心 STL-set】Beautiful Paintings 安排顺序使得a[i]大于a[i-1]的i尽可能多
  • 有一个数据文件:123 34 17 651234 345….这些数据都是随机产生的,编写程序读出该文件.并将其以从大到小的顺序输出到另一个文件中.
  • 现在,有两个整数A和B,例如A是345,B是478,现在,需要把B插入到A里, 而A有三位,所以有四个位置选择,所得结果分别是: 478345, 347845, 344785, 345478 我们通过对比可以知道,在这当中最小的一个是344785