This week introduces the basics of Competitive Programming and CodeForces. You'll learn about C++ Introduction, Data Types (such as char
, int
, long
, long long
, float
, and double
), and Variables. The week also covers Input/Output, Logical Operators, Arithmetic Operators, and Conditions.
Ali Mohsen
Fares
Mariam Amer
Week 2 focuses on Loops in C++, including While Loops, For Loops, and Do-While Loops. You'll also learn about common Errors and how to use Fast Input/Output (Fast IO) for efficient programming.