The master helps to write a program, urgent specific program, thank you, urgent

Updated on technology 2024-04-11
9 answers
  1. Anonymous users2024-02-07

    Write this yourself! Probably no one can help you! Everything is on your own!

  2. Anonymous users2024-02-06

    This is too simple, it is equivalent to doing the math by hand, saving the two numbers to the array, calculating them one by one, and then adding the results.

  3. Anonymous users2024-02-05

    I don't know if you have learned the principle of microcomputer, the representation range of the number is determined by the word length of the computer, for example, for the eight-digit long computer, the range of the number of machines is 0 255, sometimes you can use multiple words to represent a number, but no matter what, there is always a limit. If you just ask for a longer int, it's easy to solve.

    #include

    main()

    long double a,b,c;

    scanf("%f,%f",&a,&b);

    c=a*b;

    printf("c=%f",c);

    long double is a double type, and the range that can be represented is, if only positive numbers are used, you can add unsigned in front of it, and the range will be doubled, and it should be in the form of a decimal when entering, and the output is also.

  4. Anonymous users2024-02-04

    Untie; Let the hens be x, the roosters y, and the chicks 100-x-y, so 5y+3x+(100-x-y) 3=100

    And x,y are integers, so you can get the correct answer, and there are three cases.

    1.4 roosters, 18 hens, 78 chicks.

    2.8 roosters, 11 hens, 81 chicks.

    3.12 roosters, 4 hens and 84 chicks.

    Program void

    main()

    inta=0,b,c;

    The variable A is the rooster, B is the hen, and C is the chick*

    while(a<=19)

    Roosters should be less than or equal to 19*

    b=0;*Minimum of 0 hens*

    while(b<=33)

    Hens should be 33 or less*

    c=100-a-b;

    Meet 100 and the number of chicks in the case of a determined number of roosters and hens * if(5*a+3*b+c3==100).

    Whether the amount of money spent on the chicken is hundreds*

    printf("a=%d

    b=%dc=%d",a,b,c);

    Outputs the number of 3 breeds of chickens*

    b++;Hen increment*

    A++* Rooster Increment*

  5. Anonymous users2024-02-03

    The last number in the first row: 1 square.

    The last number in the second row: 2 squares.

    The last number in the third row: 3 squares.

    The sixth last number: 6 square = 36

    Last number in row m: m squared.

    The last number in line 10: 9 square + 1 = 82

    82+83+84+……99 + 100 = (82 + 100) * 19 2 = 1729

  6. Anonymous users2024-02-02

    Speed install a 360 and check it out.

  7. Anonymous users2024-02-01

    Someone has used your QQ to go online!! You deleted the software but there is still something left, and that is when you uninstalled it, it was not uninstalled! It is recommended that you use 360 to uninstall the software, she will prompt you if you have any residual files, and whether you need to clean it up is up to you!

  8. Anonymous users2024-01-31

    First of all, you see if someone else has used your computer, if so, then there is nothing to worry about, generally speaking, don't worry about remote control or something, you think that thing is very simple, hehe, nothing to worry about, it may be that someone else has used your computer, or there is a situation where there is software that has an automatic paste and copy function, you see if this is the reason.

    Also, it's normal to have strangers in the QQ file.,My QQ is often inexplicably extra a lot of sorts**.,Don't worry.,It's okay.。

    Don't use the software Super Patrol.,It's not a big deal.,Personally, I don't feel good.。

    You engage in a main kill, a firewall, recommend the Fengyun firewall, charged, but very cheap, the effect is good, the main kill, the domestic cost-effective use of Jinshan, now it's free, nothing else is so much, but it's cumbersome.

    You QQ this problem should be fine,Hehe,If you want to install remote control,Either install it directly through your computer,That is, you need to operate on your computer,There is another kind of invasion,Send a package or something,In this way,You need high technology,First of all, you have to go through your system firewall,Don't underestimate the firewall that comes with it,In fact, the effect is good,And then you have to go through your 360 firewall,It's so hard to just use your QQ up and down number,And left evidence,Do you think it will be like this? Thankless work, haha, besides, do you have any confidential information on your computer? Is there any use value?

    If not, then rest assured, hehe.

    Anla: What are you nervous about, it's just a big deal to redo the system...

  9. Anonymous users2024-01-30

    Not a great god,,b=0

    a=3;And then because = has a lower priority than ?: So first count a>5 ? 1 :0;

Related questions
5 answers2024-04-11

Define an array of scores to record scores, record rankings and score bins. >>>More

5 answers2024-04-11

Your program doesn't work well, I wrote one myself.

First of all, please copy the following ** into an m-file and store it as: >>>More

8 answers2024-04-11

E Assignment: Net assets per share.

f Assignment: Main revenue. >>>More

4 answers2024-04-11

The specific procedures and steps for divorce are:

1. If the parties voluntarily divorce, both parties must apply for divorce registration in person at the marriage registration authority where one party's household registration is located. The parties shall dissolve the relationship between husband and wife from the date of obtaining the divorce certificate. >>>More

5 answers2024-04-11

Program debugging is the process of testing the compiled program by manual or compiling the program to correct syntax errors and logical errors before putting it into actual operation. This is an indispensable step to ensure the correctness of computer information systems. After the computer program is written, it must be sent to the computer for testing. >>>More