zzu_lmc
zzu_lmc
全部文章
算法
acm(2)
codeforces(5)
java(3)
leetcode(1)
other(1)
博弈论(2)
并查集(1)
数论(1)
未归档(133)
水题(1)
百度之星(1)
莫比乌斯反演(1)
计算几何(1)
贪心(3)
归档
标签
去牛客网
登录
/
注册
zzu_lmc的博客
全部文章
/ 算法
(共44篇)
L2-008
转自https://www.liuchuo.net/archives/2102 #include<iostream> using namespace std; int main() { string s; getline(cin,s); int maxv...
回文串
2018-03-25
0
376
L2-007
转自点击打开链接 之前写的时候在while后面多加了个;一直超时,心态爆炸;;;;;;;;;;; #include<cstdio> #include<algorithm> using namespace std; struct DATA{ int id,fid,mid,...
并查集
2018-03-25
0
416
L2-002 链表去重
转自 点击打开链接 #include <iostream> #include<cstdio> #include<algorithm> using namespace std; const int maxn=100000; struct NODE{ int a...
2018-03-24
0
385
L2-003 月饼
#include <iostream> #include<algorithm> #include<cstdio> using namespace std; struct mooncake{ float mount; float price; fl...
2018-03-24
0
400
首页
上一页
1
2
3
4
5
下一页
末页