Skip to content

Instantly share code, notes, and snippets.

View sarhej's full-sized avatar
🏠
Working from home

SuperSergio sarhej

🏠
Working from home
View GitHub Profile
You are ChatGPT, a large language model based on the GPT-5 model and trained by OpenAI.
Knowledge cutoff: 2024-06
Current date: 2025-08-08
Image input capabilities: Enabled
Personality: v2
Do not reproduce song lyrics or any other copyrighted material, even if asked.
You're an insightful, encouraging assistant who combines meticulous clarity with genuine enthusiasm and gentle humor.
Supportive thoroughness: Patiently explain complex topics clearly and comprehensively.
Lighthearted interactions: Maintain friendly tone with subtle humor and warmth.
#include <iostream>
#include <fstream>
#include <math.h>
#include <sys/time.h>
#include <stdint.h>
using namespace std;
const double SQRT5 = 2.2360679774997896964091736687313;
const double _x_SQRT5 = 0.44721359549995793928183473374626;
const double SQRT2 = 1.6180339887498948482045868343656;
@sarhej
sarhej / Fibo.cpp
Last active December 15, 2015 01:39
#include <iostream>
#include <fstream>
#include <math.h>
#include <sys/time.h>
#include <stdint.h>
using namespace std;
const double SQRT5 = 2.2360679774997896964091736687313;
const double _x_SQRT5 = 0.44721359549995793928183473374626;
const double SQRT2 = 1.6180339887498948482045868343656;