Skip to content

Instantly share code, notes, and snippets.

View wolfnight871-ux's full-sized avatar

wolfnight871-ux

  • Joined Oct 10, 2025
View GitHub Profile
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <math.h>
#define N 300
void wypelnij(float* tab, int a)
{
for (int i = 1; i <= 4; i++)
{
printf("podaj wspolczynnik %d: ", i);