zzu_lmc
zzu_lmc
全部文章
分类
acm(2)
codeforces(5)
java(3)
leetcode(1)
other(1)
博弈论(2)
并查集(1)
数论(1)
未归档(133)
水题(1)
百度之星(1)
算法(44)
莫比乌斯反演(1)
计算几何(1)
贪心(3)
归档
标签
去牛客网
登录
/
注册
zzu_lmc的博客
全部文章
(共11篇)
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
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
hdu 1034 Candy Sharing Game 模拟题
Candy Sharing Game Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8086 Accepted Submission...
模拟
2018-04-18
0
468
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
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 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 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 1008 Maya Calendar(模拟)
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 81657 Accepted: 25098 Description ...
模拟
2018-04-22
0
370
蛇形矩阵
#include<iostream> #include<cstdio> int row,col; int matrix[100][100]={0}; void UpFillNum(int); void DownFillNum(int); int main() { int ...
模拟
2018-04-28
0
518
翻转骰子(模拟)
题目链接点击打开链接 竟然是日本的一个大学的网站 会津大学,学习了 Write a program to simulate rolling a dice, which can be constructed by the following net. <center style="m...
模拟
2018-05-01
0
801
首页
上一页
1
2
下一页
末页