Chapter 47
Zhang Shan turned on the system in time to check his harvest:
"The host can now earn RMB 1 for every minute of reading."

"The host studied for 9 hour in total, accumulatively harvested RMB 37800, and accumulatively gained experience 37800"

"The host has achieved a recognized achievement in the process of studying, and gained 2 times experience crit."

Zhang Shan thinks this is really a ghost story. He actually thought that he was the only one there all night, and now he sees that he has gained basic experience crit.

Zhang Shan immediately thought of the big weird bear he saw when he returned to the villa!

The system is still going on:

"The host achieves the all-nighter achievement during the above process (no rewards will be calculated if the achievement is achieved later), is recognized by the system, and additional experience is gained for super critical hits, with a critical hit coefficient of 1.30."

The system is still displaying:

“经验暴击中,暴击后共得到(37800×2)^1.30=2,198,256经验。”

"The current system level is level 7, and the experience required to upgrade is 2/214"

"Currently, the completion progress of the host's extensive book achievement is 4/100, which currently involves 60600 experience points"

Zhang Shan feels that playing games with Wu Miao is definitely suitable for playing various characters whose output relies on critical strikes.

When Zhang Shan went down to the second floor, he saw a teddy bear with a shriveled "belly" and Wu Miao curled up like a suckling pig.

Perhaps hearing Zhang Shan's commotion, Wu Miao stretched her waist a lot, and then made a "big" character with her whole body.

Although there are still lessons in the first and second classes, Zhang Shan still feels that it is necessary to do homework in advance.

Sleepy-eyed Wu Miao vaguely saw the word "tai" change into the character "wood", and Wu Miao was in a bad mood.
……

The first and second classes on Thursday are the computer-based class on the basis of programming. This is the first computer-based class on the basics of programming. The progress is a week slower than the theory class.

In most cases, for the course of programming basics, the teachers mainly speak C language.

In fact, generally speaking, the C language is a fairly "old" computer programming language.

At least older than Zhang Shan's age!
The C language, as a general-purpose high-level language, was originally designed by Dennis Rich at Bell Labs for the development of the UNIX operating system. The C language was first implemented in 1972 on the DEC PDP-11 computer.

The C language was originally used for system development work, especially the programs that make up the operating system.Because the running speed of code generated by C language is almost the same as that of code written in assembly language, C language is adopted as the system development language.

Generally speaking, the C language is relatively easy, but it depends on what you are doing with the C language. A C language program can be 3 lines or millions of lines.
Getting started with C language does not mean easy, in "object-oriented programming" you still have to learn C++ language.

Although Zhang Shan came earlier, there were still a few people here. Zhang Shan casually found a corner seat in the last row.

After a while, a fat man came to Zhang Shan's left, conservatively estimated at two hundred catties.

When I came, I started to play the card game that came with the computer, but I didn't seem to be very good at it.

Started minesweeper again.

Zhang Shan felt completely speechless.

Zhang Shan couldn't help but feel funny thinking that soon someone from the computer room would work together to fix the bug.

……

The teacher of this class is a woman in her early 30s, and she introduced herself straightforwardly when she came up.

Listening to the self-introduction of the female teacher, Zhang Shan suddenly thought of Lin Ning for some reason.

The early growth trajectories of these computer-born people seem to be surprisingly consistent, four years in Mizuki, a few years overseas, and then a few years of "water" in any project.

However, this teacher is not as enthusiastic as Lin Ning, and she speaks with a deadpan expression. Even though some achievements are still something to be proud of in Zhang Shan's eyes, her tone of voice does not fluctuate.Zhang Shan only felt that she looked like a cold machine.

Zhang Shan couldn't help feeling that her name "Ning Ning" really matched her personality.

……

Although the lecturer Leng is cold, the PPT is quite interesting.

I saw that the PPT on the electronic teaching plan reads:

Learning C language should pay attention to the following points

1. In terms of gender, the C language is a woman.

2. No matter what you ask him to do, it is absolutely impossible for her to find a way by herself.

3. Always use complex methods to solve simple problems.

4. It is very normal to waste time.

5. Whatever you say to him must be explained in a way he can understand.

6. As long as you have a little mistake, he will be able to pick it out.

7. It's your fault anyway.

The students all burst into laughter. After the laughter, after thinking about it carefully, it was indeed the case.

……

Zhang Shan looked at the fat man on the left who was still playing minesweeping, Zhang Shan couldn't help but feel speechless!

Brother, how much you love to play minesweeper!
its not right!
Zhang Shan suddenly realized a serious problem. All the computers in the computer class are currently displaying the content on the teacher's screen.

Every student should not have permission to operate their own computer right now!
Zhang Shan raised his eyes and looked forward, all the computers in the computer room stayed on the screen of the electronic teaching plan.

Zhang Shan only said that the computer on the left failed and did not connect to the network.

As if seeing Zhang Shan's doubts, the fat man next to him fiddled with Zhang Shan's computer for a while, and Zhang Shan was free to manipulate the computer in front of him.

Zhang Shan saw that Fatty's operation was not particularly complicated, but he still didn't know what was going on.

During the break between classes, Zhang Shan couldn't help but chatted with the fat man.

Soon Zhang Shan learned that the fat man's name was Lan Bai.

It's also a computer science and technology major, but it's just a different class.

I don't know why, Lan Bai always gives Zhang Shan a very evil feeling.

……

Different from the slow pace of the first computer class, the lecture speed of the cold lecturer in the second class became obviously faster. Zhang Shan originally thought that the progress of the computer class in the basics of programming must be synchronized with the theoretical class.

Unexpectedly, Teacher Leng threw out two chapters of the theory class progress at once, and assigned 50 programming problems near the end of the get out of class.

Zhang Shan quickly understood why Teacher Leng did this. Looking at the dinner notice sent to the class, there was no doubt that today was Thursday, September 9th, and the following three days were the Mid-Autumn Festival holiday.

And next Thursday happened to be October 1st, so it was obvious that Lecturer Leng was rushing to catch up.

Looking at the topic:
(1)有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?
(2) The bonus issued by the enterprise is based on the profit commission.

利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可提成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%;高于100万元时,超过100万元的部分按1%提成。

Input the monthly profit I from the keyboard, and ask for the total amount of bonuses to be distributed?

(3)……

The programming implementation of such topics is certainly not very complicated, and the content of the investigation is also very simple.

But simple does not mean easy to do, it is troublesome to think about it!

(End of this chapter)

Tap the screen to use advanced tools Tip: You can use left and right keyboard keys to browse between chapters.

You'll Also Like