A structured C++ practice archive for the TOI Zero curriculum. Files retain the
course-style identifiers (A1, A2, and A3) so progress through each exercise
set remains easy to follow.
g++ -std=c++17 -O2 -Wall -Wextra A1-001.cpp -o solution
./solutionEach source file is a standalone exercise. Numbered variants represent revised attempts.
Problem statements and course materials belong to their respective owners; this repository contains personal solution code only.