> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hnuicpc.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Sheet 2: Conditions and Loops

> Problem sheet for Session 2 — Conditions and Loops.

## Problems

| # | Problem                          | Link                                                                     |
| - | -------------------------------- | ------------------------------------------------------------------------ |
| A | Welcome for you with Conditions  | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/A) |
| B | Multiples                        | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/B) |
| C | Can You Help Me?!                | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/C) |
| D | Bear and Big Brother             | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/D) |
| E | Sum of awesome digits            | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/E) |
| F | The Brothers                     | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/F) |
| G | Capital or Small or Digit        | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/G) |
| H | Char                             | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/H) |
| I | Calculator                       | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/I) |
| J | First digit !                    | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/J) |
| K | Coordinates of a Point           | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/K) |
| L | 1 to N                           | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/L) |
| M | Even Numbers                     | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/M) |
| N | Even, Odd, Positive and Negative | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/N) |
| O | Fixed Password                   | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/O) |
| P | Max                              | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/P) |
| Q | Multiplication table             | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/Q) |
| R | Factorial                        | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/R) |
| S | Staircase Pattern                | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/S) |
| T | Sequence of Numbers and Sum      | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/T) |
| U | The Falling Stars                | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/U) |
| V | Increasing Star Pyramid          | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/V) |
| W | Hourglass Pattern                | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/W) |
| X | Easy Fibonacci                   | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/X) |
| Y | Sum of Consecutive Odd Numbers   | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/Y) |
| Z | Three Numbers                    | [Link](https://codeforces.com/group/OL5YI9AjCF/contest/656213/problem/Z) |

<Card title="Session Tutorial" icon="graduation-cap" href="/level-0/sessions/conditions-and-loops" horizontal>
  Learn the concepts needed to solve these problems.
</Card>

<Card title="Sheet Editorial" icon="book-open" href="/level-0/sheet-editorials/sheet-2" horizontal>
  Solutions and explanations for all problems.
</Card>
