why printf and scanf do not work when we use statements like this- pair < int, string> f[10001]; scanf("%s %d",f[i].second,&f[i].first);//where 0<=i<=10000 but cin and cout works :(
↧
why printf and scanf do not work when we use statements like this- pair < int, string> f[10001]; scanf("%s %d",f[i].second,&f[i].first);//where 0<=i<=10000 but cin and cout works :(