Skip to content

Instantly share code, notes, and snippets.

View SantaKrauze's full-sized avatar
💭
Fighting for my life

SantaKrauze SantaKrauze

💭
Fighting for my life
View GitHub Profile
@SantaKrauze
SantaKrauze / pitagoras.cpp
Last active October 13, 2020 15:18
My first piece from '15 :')
#include <cstdlib>
#include <math.h>
#include <iostream>
using namespace std;
int main() //troche pogmatwane, ale idzie sie polapac
{
unsigned int a,b,c,kc;
cout <<"Podaj dlugosc boku A:" <<endl;
cin >>a;
if (cin.good()) cout <<"Fantastycznie" <<endl;