Programming Challenges - Page 19


Page 19 of 19 FirstFirst ... 91516171819
Results 271 to 279 of 279

Thread: Programming Challenges

  1. #271
    Join Date
    May 2007
    Posts
    59
    i just need the descript function called after its finished excecuting.
    - Ryan "Boxxertrumps" Trumpa

  2. #272
    Join Date
    Sep 2003
    Location
    Rochester, MN
    Posts
    3,604
    Fair enough. Just wanted to make sure you weren't a new programmer doing something silly.

  3. #273
    Join Date
    May 2007
    Posts
    59
    i am a new programmer, i just thought making a text game would be a good place to start.
    - Ryan "Boxxertrumps" Trumpa

  4. #274
    Join Date
    Sep 2007
    Posts
    3
    (a+ib)*(c+id) = (a+ib)*(c+id)*(c-id)/(c-id)
    = (a+ib)*(c2-d2)/(c-id)

    or (c+id)*(a2-b2)/(a-ib)

    So here we have to do only 3 multiplication.

  5. #275
    Join Date
    May 2003
    Posts
    10
    Write a program that can multiply two really big positive integers (i.e. 200 digits or so).

  6. #276
    Join Date
    Jul 2012
    Location
    NC
    Posts
    4
    Quote Originally Posted by o0zi View Post
    Sure hope so
    Can't help but wonder, or ask,
    Is that about Viet Nam? the burning THACHED-ROOFED COTTAGES thing?

  7. #277
    Join Date
    Jul 2012
    Location
    NC
    Posts
    4
    P.S. this was @ Burninator

    just wondering...

  8. #278
    Join Date
    Apr 2003
    Posts
    48
    Has anyone figured out Levels Medium and Hard. I've been trying to figure it out and haven't gotten anywhere with medium. I did happen to figure out easy though.

    Quote Originally Posted by Sepero View Post
    Ok, I've got some good decyphering challenges made especially for you guys. These are not impossible like some of the previous posts. They will all decypher into english text. Please Post Your Answer As An Attachment. Have fun guys.

    Level - Easy:
    J}hjqqjsy1~tzgwtpjymjhtij3Wfsp2st{nhjM9}tw

    Level - Medium
    144 192 208 58 202 178 164 202 48 200 194 198 172 202 202 212 176 192 192 170 36 116 48 188 180 188 194 198 172 200 200 172 170 60 180 190 202 172 198 188 172 170 180 164 202 172 168 198 164 168 184 172 198

    Level - Hard
    GTSP0@RRTPTRVTNBPYVNY3=>

    Please Post Your Answer As An Attachment.
    Hey that's my horse

    No combat ready squad ever passed inspection. No inspection ready squad ever passed combat.

  9. #279
    Join Date
    Nov 2018
    Posts
    5
    I need this in Php

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •