HDU
zhrq
这个作者很懒,什么都没留下…
展开
-
HDU 1004 Let the Balloon Rise
#include #include #include using namespace std; int main() { int N,num[1010]; string c[1000]; while(cin>>N && N) { memset(num,0,sizeof num); int t=0; for(int i=原创 2014-04-05 14:49:37 · 321 阅读 · 0 评论 -
HDU 1005 Number Sequence
#include using namespace std; int main() { int a,b,n,f[60]; while(cin>>a>>b>>n && a) { a%=7; b%=7; f[1]=f[2]=1; if(n<55) { for(int i=3;i原创 2014-04-05 15:49:07 · 321 阅读 · 0 评论 -
HDU 1003 Max Sum
#include using namespace std; const int maxn=100010; int T,N,p[maxn],b[2],e[2],ans[2]; int main() { cin>>T; for(int t=1;t<=T;t++) { if(t>1) cout<<endl; cin>>N>>p[0];原创 2014-04-05 14:04:56 · 287 阅读 · 0 评论