LuchoBazz / c-algorithm-snippets

(In Progress) In this repository there is a collection of useful algorithms to use in competitive programming in C.
MIT License
1 stars 0 forks source link

Add math.h in template #1

Closed LuchoBazz closed 4 months ago

LuchoBazz commented 4 months ago
#include <math.h>

// https://manual.cs50.io
LuchoBazz commented 4 months ago

Solve in this commit d925559