Results 1 to 13 of 13

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50

    ! , . ... .

    8 :

    01 02 03 04,

    01 -
    02 -
    03 - -
    04 - -

    3 , 38 , 5 (-) 14 (-). - 1, - 4.

    :

    01 01 01 01____01 01 01 05____01 01 01 10____01 01 01 15 ... 14
    01 01 03 01____01 01 03 05____01 01 03 10 ... 14
    5

    02

    01 02 01 01____01 01 02 05____01 01 02 10 ... 14
    01 02 03 01____01 02 03 05____01 02 03 15 ... 14

    5

    48

    3


    . , ...

  2. #2
    ɐ-əpoɔᴉu⋂ ɐ ə anrieff's Avatar
    Join Date: Apr:2004
    Location: Sofia
    Posts: 8,448
    C 10 , . :

    Code:
    #include <stdio.h>
    
    int main(void)
    {
    	int i, j, k, l;
    	for (i = 1; i <= 3; i++)
    		for (j = 1; j <= 38; j++)
    			for (k = 1; k <= 5; k++) {
    				for (l = 1; l <= 14; l++) {
    					if (l > 1) printf("____");
    					printf("%02d %02d %02d %02d", i, j, k, l);
    				}
    				printf("\n");
    			}
    	return 0;
    }
    .

    .
    Attached Files
    , . .
    "640K ught to be enough for anybody" - Bill Gates, 1981
    ::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel

  3. #3
    Registered User
    Join Date: Oct:2003
    Location:
    Posts: 4,317
    l, 4*(l-1)+1.
    , BASIC - , . Windows Scripting host. C.
    Last edited by bsb; 6th December 2007 at 19:41.

  4. #4
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50
    !

    - , ... , , - ...

    !

  5. #5
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50
    ... , , . -

  6. #6
    philosophus duratea icaci's Avatar
    Join Date: Oct:2006
    Location: Aachen
    Posts: 2,698
    Quote Originally Posted by maxee View Post
    !

    - , ... , , - ...

    !
    Internet - it doesn't make you stupid, it just makes your stupidity more accessible to others

  7. #7
    Registered User leechaa's Avatar
    Join Date: Aug:2007
    Location:
    Posts: 27
    , , !

    Code:
    #include <stdio.h>
    
    int main(void)
    {
    	int i, j, k, l;
    	for (i = 1; i <= 3; i++)
    		for (j = 1; j <= 38; j++)
    			for (k = 1; k < 10; k+=2) {
    				for (l = 1; l < 70; l+=5) {
    				        if (l == 6) l --;
    					if (l > 1) printf("____");
    					printf("%02d %02d %02d %02d", i, j, k, l);
    				}
    				printf("\n");
    			}
    	return 0;
    }
    , .

  8. #8
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50

    Red face

    , ++ , -

  9. #9
    ****** koshera's Avatar
    Join Date: Sep:2003
    Location: Sammamish, WA, USA
    Posts: 1,507
    ?
    Quote Originally Posted by maxee View Post
    :

    01 01 01 01____01 01 01 05____01 01 01 10____01 01 01 15 ... 14
    01 01 03 01____01 01 03 05____01 01 03 10 ... 14
    5

    02

    01 02 01 01____01 01 02 05____01 01 02 10 ... 14
    01 02 03 01____01 02 03 05____01 02 03 15 ... 14

    5

    48

    3
    "01 01 05 01____01 01 05 05____01 01 05 10 ... 14 " ?
    , ?
    Thre are 10 kinds of people in this world - people who know binary, and those who don't.
    -, .

  10. #10
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50
    !
    ...

    !

  11. #11
    ****** koshera's Avatar
    Join Date: Sep:2003
    Location: Sammamish, WA, USA
    Posts: 1,507
    Quote Originally Posted by maxee View Post
    !
    ...

    !
    ...
    Attached Files
    Thre are 10 kinds of people in this world - people who know binary, and those who don't.
    -, .

  12. #12
    Registered User leechaa's Avatar
    Join Date: Aug:2007
    Location:
    Posts: 27
    , .

  13. #13
    Registered User maxee's Avatar
    Join Date: Oct:2004
    Location: .
    Posts: 50
    ! !

Posting Permissions

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

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |