Fri Oct 20 2023 12:15:19 GMT+0000 (Coordinated Universal Time)
Saved by @usman_hamed
#include<stdio.h> int main() { int m=0,l=100000; while (m<=100000){ while(m%3==0 || m%5==0) printf("%d.\n",m++); m++; } m++; }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments