Skip to content

Instantly share code, notes, and snippets.

//
// Created by lucas on 25/04/2021.
//
#include <stdio.h>
#include <locale.h>
int main() {
setlocale(LC_ALL, "Portuguese");
double i,s=0,auxiliar,a=0,b=1;