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

Reply via email to