Skip to content

Instantly share code, notes, and snippets.

View kerrt0122-lab's full-sized avatar

kerrt0122-lab

View GitHub Profile
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "ukr");
int menu_choice;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
double sum = 0;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
int base, exponent;
long long powerResult = 1;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "ukr");
int startNum;
long totalSum = 0;
#include <iostream>
#include <cstdlib> // для rand() та srand()
#include <ctime> // для time()
using namespace std;
int main()
{
setlocale(LC_ALL, "ukr");
#include <iostream>
#include <cstdlib> // для rand() і srand()
#include <ctime> // для time()
using namespace std;
int main()
{
setlocale(LC_ALL, "ukr");
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
int number;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "ukr");
int a, b, c;
cout << "Введіть перше число: ";
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "ukr");
int number;
int sum = 0;
#include <iostream>
using namespace std;
int main() {
setlocale(LC_ALL, "");
int answer;
const int CORRECT_ANSWER = 56; // 7 * 8