int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = "int main() { const char f0[] = { 37, 91, 94, 10, 93, 37, 42, 99, 0 }; const char f1[] = { 37, 100, 10, 34, 37, 99, 34, 10, 34, 37, 99, 34, 0 }; const char *code = %c%s%c; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }"; char s[650]; char t[650]; scanf(f0, s); sprintf(t, code, 34, code, 34); for (int i = 0; i < 650; ++i) { if (s[i] != t[i]) { printf(f1, i, t[i], s[i]); } } }