
HDOJ acm
hehainan_86
这个作者很懒,什么都没留下…
展开
-
HDOJ 1039
Problem Description Password security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are often insecure. Some sites use random computer-ge原创 2013-04-12 10:39:27 · 580 阅读 · 0 评论 -
HDOJ 1038
Problem Description Most bicycle speedometers work by using a Hall Effect sensor fastened to the front fork of the bicycle. A magnet is attached to one of the spokes on the front wheel so that it wil原创 2013-04-12 11:14:39 · 555 阅读 · 0 评论 -
HDOJ 1035
Problem Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions原创 2013-04-12 17:10:32 · 523 阅读 · 0 评论 -
HDOJ 1098
Problem Description Ignatius is poor at math,he falls across a puzzle problem,so he has no choice but to appeal to Eddy. this problem describes that:f(x)=5*x^13+13*x^5+k*a*x,input a nonegative intege原创 2013-04-16 19:16:04 · 577 阅读 · 0 评论 -
HDOJ 1172
#include #include#define M 100;int main(){ int arr[100][4] = { {0}}; int a[100] ={ 0 }; int b[100] ={ 0 } ; int N; int result = 0; int t; int t1 = 0, t2 = 0; int k; int i,j,p; int fl原创 2014-05-14 16:40:10 · 672 阅读 · 0 评论