Why Use C++ in Informatics Competitions?

Absolutely right! In informatics competitions (such as IOI, NOI, ACM-ICPC), C++ is the dominant language, with C also holding a place, while other languages (like Java and Python) are relatively less common. This is determined by both the characteristics of the competitions and the features of the languages themselves. The main reasons can be summarized … Read more

A 8-Year-Old’s C++ Learning Notes (1)

This is a record of the learning experiences of an 8-year-old third grader who has just started learning C++. I hope to keep this record going. Please encourage me. Introduction to C++ 1. Introduction to Programming Concepts C++ is a programming language. When we talk about programming, there are many programming languages we commonly use, … Read more