Log Archiving

Articles published in November 2020

Problem D: Sum every row of two-dimensional array

Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 43  Solved: 23 [Submit][Status][Forum] Description Define a two-dimensional array (array elements are



[C language] Format of two-dimensional array parameter transfer (detailed+summary)

The two-dimension array with a circle is used to transfer parameters. If it is encountered, record it. In fact, the declaration and definition are the same. Therefore, only the declaration is written. At the same time, the outer layer * () of the element is stripped to represent the address. Therefore, only elements are written. Finally, there is a summary. In my opinion, two-dimensional arrays can be divided into at least three types as function parameters. In advance, int a [m] [n] in the main function; All right, let's get to the topic. The first formal parameter is a two dimension parameter



[C language] Problem B: (C11 pointer) (required) Judge whether a string is a palindrome

Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 46  Solved: 34 [Submit][Status][Forum] Description Enter a string from the keyboard to determine whether it is palindrome. If it is



[Linux] Centos Mounting Disk

Basically, the Linux system is universal, and the demonstration is done on Centos7. ① : Check the unmounted disks on the server (disks include ordinary disks, efficient disks, and SSD disks); The command is as follows: fdisk -l If the disk is not mounted, a similar message will appear at the bottom: Disk/dev/sdc doesn't contain a valid partiti



[Linux] Centos7 shell script One click installation of python 3.7 or 3.8

In fact, it is easy to install Python 3 on Centos. You can use YUM to install it directly One sentence yum install python3 -y #Note: Py version is 3.6, and pip3 is installed by default However, the YUM of some images is incomplete or the repo is not configured. In this case, you need to compile manually



[ACM] C Language Experiment -- Monadic Quadratic Equation II

Description Find the solution of the quadratic equation ax2+bx+c=0. a. B, c are any real numbers. Input The input data has one row, including the value of a b c. Output Output the roots x1 and x2 of the equation in the following format. There is a space between x1 and x2. X1 x2 (1) If x1 and x2 are real roots, x1>=x2 is output. (2) If the equation is conjugate complex



[Windows] Download address of each version of Visual Studio 2017

Visual Studio Community 2017 Community Edition (Free Edition) Download Simplified Chinese version: https://visualstudio.microsoft.com/zh-hans/thank-you-downloading-visual-studio/?sku=Community&rel=15 Visual Studio P...



[Activation Code] Visual Studio 2017 Activation Code

Enterprise: NJVYC-BMHX2-G77MM-4XJMR-6Q8QF Professional: KBJFW-NXHK6-W4WJM-CRMQB-G3CDH Record only



[C #] Compile C # programs using the command line

The premise is that all necessary environments for C # operation have been installed . net core,. net framework, etc If not, go ahead https://dotnet.microsoft.com/download Download and install. If you use Visual Studio Net compiles and executes C # programs, please follow the steps below



[Activation Code] Visual Studio 2019 Professional and Enterprise Edition Activation Key

VS2019 Professional and Enterprise Activation Key Visual Studio 2019 Professional NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y   Visual Studio 2019 Enterprise BF8Y8-GN2QH-T84XB-QVY3B-RC4DF ...



sitemap