Find the sum of all integers in 1 -- 100 that cannot be divisible by 5 or 9? Waiting for emergency!

Find the sum of all integers in 1 -- 100 that cannot be divisible by 5 or 9? Waiting for emergency!

#include "stdio.h"
main()
{
int i,sum=0;
for(i=1;i