Skip to content

Instantly share code, notes, and snippets.

View sohan110111's full-sized avatar
💻
Now I am learning DS and full stack js.

Md. Shafiul Islam Sohan sohan110111

💻
Now I am learning DS and full stack js.
View GitHub Profile
#include <stdio.h>
#include <math.h>
int main(void)
{
int max;
int res = 0;
// input last term
// printf("Enter the maximum: ");
scanf("%d", &max);