Skip to content

Instantly share code, notes, and snippets.

View Sharunienko's full-sized avatar

Sharunienko

  • Joined Oct 9, 2025
View GitHub Profile
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "RU");
// Исходные числа
int a = 17, b = 5;
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "RU");
int integerNum = 15;
double doubleNum = 7.5;