I've got troubles with reading input in the online judge. :oops: Can anybody tell me why ? [cpp]#include <iostream> #include <cstdio> #include <cassert> #include <cctype> #include <cstring> using namespace std; char text[1000002]; char pattern[1002]; int main() { //freopen("C:\\10679.in", ...