Skip to content

Instantly share code, notes, and snippets.

View Iritea's full-sized avatar

Iritea Iritea

  • Joined Apr 19, 2026
View GitHub Profile
#include <iostream>
#include <Windows.h>
int main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
srand(time(NULL));
double fuel = 300, max_kg1 = 500, max_kg2 = 1000, max_kg3 = 1500, max_kg4 = 2000;