0_0_30189475_1825.cpp: In function 'int main()':
0_0_30189475_1825.cpp:13:24: error: 'text' was not declared in this scope
scanf("%s %s", text, pat);
^
0_0_30189475_1825.cpp:13:30: error: 'pat' was not declared in this scope
scanf("%s %s", text, pat);
^
|