The difference in string and char[], readf() and scanf()

Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Mar 21 07:31:17 PDT 2015


In C++ it is fully working:

char s[200005], t[200005];
scanf("%s%s", s, t);

http://codeforces.com/contest/527/submission/10376381?locale=en


More information about the Digitalmars-d-learn mailing list