This commit is contained in:
nikit 2024-11-11 12:35:52 +03:00
parent 76c527da9b
commit 743fdc353c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <Windows.h> #include <Windows.h>
//void print1_10() { //void print1_10() {
// int a = 1; // int a = 2;
// do { // do {
// printf(" %d", a); // printf(" %d", a);
// a += 1; // a += 1;

View File

@ -9,7 +9,7 @@
// //
//void printElements(); //void printElements();
//void keyboardInput(); //void keyboardInput();
//void oddsX10();
//int findMin(); //int findMin();
//int more10(); //int more10();
//int findLastEven(); //int findLastEven();