Data Types & Conditions

Week 1 - Data Types

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.

Top Participants

Ali Mohsen
Fares
Mariam Amer

Loops

Week 2 - Loops

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.