Sagar Bhattacharya Member Member since Sep 15, 2018 Last active Sep 26, 2018 Total activities 0 Activity feed Recent contributions #Threads 7 years ago Program for Ramanujan Numbers? what is wrong in the following code output:- 1729 4101 4913 {correct output 1729 4104}#include <stdio.h>int main(){int i,d=0,j,k,s=5000;for(i=1;i<=s;i++){ for(...