摘要:
链接 submit B. Zero Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. Zero Array tim 阅读全文
摘要:
题目链接 hdu-5775 P is a permutation of the integers from 1 to N(index starting from 1). Here is the code of Bubble Sort in C++. for(int i=1;i<=N;++i) for 阅读全文
摘要:
提交链接 Data structure is one of the basic skills for Computer Science students, which is a particular way of storing and organizing data in a computer s 阅读全文
摘要:
题目链接 At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place 阅读全文
摘要:
题目链接: You are given a picture consisting of nn rows and mm columns. Rows are numbered from 11 to nn from the top to the bottom, columns are numbered f 阅读全文