Sum of the positive integers less than 1000 that are divisible by 3 or 5. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | main (void) |
Sum of the positive integers less than 1000 that are divisible by 3 or 5.
https://projecteuler.net/problem=1
Definition in file 0001.c.
int main | ( | void | ) |
Definition at line 8 of file 0001.c.