C language | blog park job

problem answer
This work belongs courses C Programming Language
Where the job requires https://edu.cnblogs.com/campus/zswxy/SE2019-2/homework/8687
My aim in this course is Learn to install and use MinGW-64, and learn simple programming, as well as familiar markdomn grammar writing format.
In particular aspects of the job which helped me achieve goals In the installation and use aspects MinGW-64
references "Question the wisdom" "PTA system Frequently Asked Questions"

2.1 reading assignments
1. Please read the "question the wisdom", with their own words to describe your harvest, citing examples illustrate how to ask questions. Article link: https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md
1. encountered problems entity is not immediately ask others , to think independently, in their own capabilities in question will be reduced to a minimum, it can not be solved, to resolve the problem through other means.
2. When a question to ask meaningful questions of value, do not have to ask any questions, ask questions that others do not help you but yourself in this process really learn something.
3. When a question, be sure to pay attention to his tone and civilization, you are the questioner low tone you want to use to ask someone, even if did not respond or did not help nor angry, With a good heart to help others you solve the problem of too.
4. In reply, the right attitude a little, first think about their own whether or not to answer this question, if the answer please give definitive answers, uncertain of the answer must be pointed out that, to be determined by other means. Really can not help busy, remember not to hinder him.
2. Please read the lesson in class blue ink cloud resources "PTA system Frequently Asked Questions", combined with your actual programming, you describe there have been any problems.
1. Compile Error: pay attention to commas and semicolons sort of distance, quotes, do not careless leak some printf, {}, return and some other codes | printf and main fight a little attention and become prinft mian there {} can not missing | semicolon after the fall must not return 0 |! #% Should be carefully careful not out
2 format error: attention to some order between the code and the code, must pay attention to the order. printf ( "") of the "must be placed in brackets do not miss
3. Wrong Answer: and enter the correct code format after attention printf.
2.2 PTA complete job: job language C Autumn 2019 002
2.3 MinGW-w64 refer to complete installation guide installation GCC compiler, and with MinGW-w64 C to compile the program.

Guess you like

Origin www.cnblogs.com/LHHH1/p/11622010.html