海清's profileCockhorse BlogPhotosBlogListsGuestbook Tools Help
USACO:暂时不做了 vijos:212

Comments (5)

Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.

To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


Don't have a Windows Live ID? Sign up

jkwrote:
i got it
 
Aug. 28
caesiuswrote:
while RP<maxint64 do
   inc(RP);
Feb. 29
海清 王wrote:
存个程序
function partition(l,r:integer):integer;
var
        i,j:integer;
begin
        i:=l-1;
        for j:=l to r-1 do
                if num[j]<=num[r] then
                begin
                        inc(i);
                        exchange(num[i],num[j]);
                end;
        exchange(num[i+1],num[r]);
        partition:=i+1;
end;
procedure qsort(l,r:integer);
var
        m:integer;
begin
        if l<r then
        begin
                m:=partition(l,r);
                qsort(l,m-1);
                qsort(m+1,r);
        end;
end; 
Sept. 5
雷倩wrote:
    When i was bored and had nothing to do , i clicked your blog to count my thumbs. To my astonishment, it's so easy and so difficult. I couldn't understand what you wrote. but as a friend, sent a message!足球 by the way, do you like appointment?
Aug. 11
ice_cornerwrote:
最新发现:iiiiiiii有了新版本:Lalala, ooooiiii。还加了广告。
July 7