Skip to content

Instantly share code, notes, and snippets.

View Zlata2810's full-sized avatar

Zlata2810

  • Joined Oct 8, 2025
View GitHub Profile
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
int mark;
cout << "Введіть оцінку від 1 до 5:";
cin >> mark;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "");
double a, b;
char op;
cout << "Введiть перше число: "<< endl;
cin >> a;
#include <iostream>
#include <windows.h>
#include <clocale>
using namespace std;
int main() {
SetConsoleOutputCP(65001);
SetConsoleCP(65001);
setlocale(LC_ALL, "ukr");
#include <iostream>
#include <windows.h>
#include <clocale>
using namespace std;
int main() {
SetConsoleOutputCP(65001);
SetConsoleCP(65001);
setlocale(LC_ALL, "ukr");
#include <iostream>
#include <windows.h>
#include <clocale>
using namespace std;
int main() {
SetConsoleOutputCP(65001);
SetConsoleCP(65001);
setlocale(LC_ALL, "ukr");
// 1 завдання