Thread: solve

  1. #1
    Registered User
    Join Date
    Mar 2016
    Posts
    1

    solve

    jhgfdeswasdfghbj

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by abdul12345 View Post
    jhgfdeswasdfghbj
    Easy. First we trace the letters out on the keyboard:

    solve-img-1-png


    Then we extract the shape...

    solve-img-2-png


    And fill it in.

    solve-img-3-png


    A sleeping kitty cat!

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Solve qy68ujmbhaq

  4. #4
    Registered User
    Join Date
    Jun 2015
    Posts
    1,640
    Quote Originally Posted by Yarin View Post
    Solve qy68ujmbhaq
    Keep that away from the kitty cat!

  5. #5
    Citizen of Awesometown the_jackass's Avatar
    Join Date
    Oct 2014
    Location
    Awesometown
    Posts
    269
    Quote Originally Posted by Yarin View Post
    Solve qy68ujmbhaq
    I was thinking it would be a penis pic. xD
    "Highbrow philosophical truth: Everybody is an ape in monkeytown" --Oscar Wilde

  6. #6
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Here is one:

    Bash + Ada + Scala +ICI + COBOL = ?

    Quite a fun thread
    Double Helix STL

  7. #7
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by swgh View Post
    Here is one:

    Bash + Ada + Scala +ICI + COBOL = ?

    Quite a fun thread
    I can't solve this, it's too hard. You should ask a more BASIC question.

  8. #8
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    OK guys.

    Using any programming language you like. and any (legal) algorithm/logic,
    write a code segment that prints the numbers from 1 to 10.

    I shall begin.

    Language: C

    Code:
    int i;
    for (i = 1; i <= 10; ++i)
        printf(" %d", i);
    Double Helix STL

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please help me to solve my Q
    By Baby in forum C++ Programming
    Replies: 3
    Last Post: 11-06-2009, 03:38 AM
  2. solve
    By jack_carver in forum General Discussions
    Replies: 2
    Last Post: 10-06-2009, 10:58 AM
  3. How to solve this?
    By fenikkusu in forum C Programming
    Replies: 16
    Last Post: 01-09-2009, 04:15 AM