Fall second job

problem Reply
This work belongs courses C Programming Language Design and Ⅰ
Where this requirement in the job https://edu.cnblogs.com/campus/zswxy/CST2019-1/homework/8654
My aim in this course is Learning "question the wisdom" so that they learn how to ask questions. Use MinGW-w64 to compile C program
This job helped me achieve that goal in terms of specific MinGW-w64 installation guide and method of use
references Baidu Encyclopedia, "question the wisdom" , PTA system FAQs

2.1 reading assignments
1. Please read the "question the wisdom", in your own words describe your harvest, citing examples illustrate how to ask questions.
Article link: https://github.com/BPteach/New-Media-Toolbox/blob/master/How-To-Ask-Questions-The-Smart-Way.md .

    答:1.在阅读了《提问的智慧》之后,首先我觉得提问的时候,一定要有礼貌。其次你提出的问题是你在经过你多番思考以后,仍然不会且在查阅资料,
     百度之后。我觉得这个时候就可以向有关人士提出问题,而不是一卡壳就急着拿着问题去问别人;一点都没有经过自己大脑的思考就去提问。而这种
     情况下,可能会有人帮你解答,但别人在解答的时候就感觉你在提了个1+1=?的问题;明明是个完全可以自己独立完成的问题硬是要提问,这样提问
     的意义就变了。
   2.在提问的时候,一定要把问题说清楚,而不是截张图;直接就问我这哪里错了。碰到这样的问题,被提问的人心里是崩溃的;你拿一张图就问哪里错了人
      家还要给你一行行的看那是不现实的,别人也是有事情做;别人也是在用自己宝贵的时间再帮你解决问题。所以在提问的时候,一定要具体点,把自己要
      问的问题讲清楚,让别人一看就知道要怎样帮你解决问题。
  3.在提问的时候,尽量使自己的问题简洁、明了、清晰。使用正确的语法,同时要使用易于读取且标准的文件格式发送问题。要使得自己提出的问题精练,而
     不是一大堆的代码堆起,能省的尽量都省;这样被提问者才觉得你经过了自己的思考,才觉得很有意义帮你解决这样的一个问题。同时在提问的时侯,描述
     问题不要表示猜测,这样别人会认为你既然有了自己的想法,也就说自己懂了;还要问他们这些人干嘛。他们会觉得你在浪费他们的时间,所以在你不知道
     的情况下,就把那些原始症状告诉他们就行了。
  4.在你提出一个问题的时候,无论你是不是很着急解决这个问题,都不要在提问的时候把这种心情给表现出来。因为你这样表达大多数黑客会直接删除这种消息
     他们认为这是无礼和自私地企图得到即时与特殊的关照。甚至可能你会永远被他们所屏蔽掉。所以无论你有多着急都不要表现出来,更不要发什么急需解决在
     线等之类的话。

Example: Excuse me; can help me see this thing have any questions? Display compilation errors, an error report is the first such and such a line.

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.我在编程的过程中遇到过部分正确,原因是有些点的代码我没有正确处理好。
           2.我在编程的过程中也遇到过编译错误,这种情况下我一般是多打了或者少打个英文符号,或者是我不小心按了一个数或者一个字母。
           3.我在编程的过程中还遇到过格式错误,格式错误的原因一般是空格问题,有时是少打了空格,而有时是多打了空格。
           4.我在编程的过程中遇到最多的还是答案错误,答案错误一般是我没有理解好这个题目的意思,而盲目的敲代码,写程序。

2.2 Please complete the PTA job: Autumn 2019 002 C language work. Complete the picture posted in the blog work, the picture requires the presence of his name identification.

Refer MinGW-w64 2.3 Installation Guide to complete the installation GCC compiler, and with MinGW-w64 C to compile the program. Requirements posted photos compiled files generated after compiling the blog photos and operations, required each person to compile a C program files with their full name in English characters named .


Guess you like

Origin www.cnblogs.com/zengzi123/p/11606427.html