On Saturday, 21 March 2015 at 08:37:59 UTC, Dennis Ritchie wrote:
Tell me, please, why this code works correctly always:
[...]
And this code works correctly is not always:

import std.stdio;

readf("%s\n", &n);

char[200010] s, t;
scanf("%s%s", s.ptr, t.ptr);

Please go into more detail about how it doesn't work.

Reply via email to