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篇)
poj 2993 Emag eht htiw Em Pleh(模拟)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 4063 Accepted: 2601 Description This problem is...
模拟
2018-04-21
0
369
poj 2996 Help Me with the Game(模拟)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 5380 Accepted: 3334 Description Your task is to...
模拟
2018-04-21
0
326
poj 2632 Crashing Robots(模拟题)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11637 Accepted: 4933 Description In a modernize...
模拟
2018-04-21
0
392
poj 1573 Robot Motion(模拟)
Description <center> </center> A robot has been programmed to follow the instructions in its path. Instructions for the next direct...
模拟
2018-04-20
0
411
poj 1068 模拟
Description Let S = s1 s2...s2n be a well-formed string of parentheses. S can be encoded in two different ways: q By an integer sequence P = p1 p2...
模拟
2018-04-20
0
458
hdu 1035 Robot Motion(模拟)
Problem Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to mov...
模拟
2018-04-19
0
401
牛客网 玩泥巴 Wasserstein Distance
最近对抗生成网络(GAN)很火,其中有一种变体WGAN,引入了一种新的距离来提高生成图片的质量。这个距离就是Wasserstein距离,又名铲土距离。 这个问题可以描述如下: 有两堆泥土,每一堆有n个位置,标号从1~n。第一堆泥土的第i个位置有a i克...
2018-04-15
0
459
a man who has a iron bone 公共子序列
"我王境泽就是饿死,死外边,从这里跳下去,不会吃你们一点东西" "嘿嘿,真香" meopass仔细研究了他的行为,发现了如下规律: 如果wjz的动作能够组成"↓↓↓↑↑←↑→"这个行为,他们他就会说出 "真香", ...
杂题
2018-04-14
0
525
uva 10047 bfs 独轮车
#include<cstdio> #include<cstring> #include<queue> #include<algorithm> using namespace std; const int INF=0x3f3f3f3f; const in...
bfs
2018-04-12
0
452
uva Fire 11624 bfs
Fire! Joe works in a maze. Unfortunately,portions of the maze have caught on fire, and the owner of the maze neglectedto create a fire escape plan. He...
bfs
2018-04-11
0
483
首页
上一页
1
2
3
4
5
下一页
末页