0_0_20306443_26266.cpp: In function 'int main()':
0_0_20306443_26266.cpp:13:9: error: cannot convert 'int*' to 'char*' for argument '1' to 'char* gets(char*)'
gets(c);
^
0_0_20306443_26266.cpp:35:20: error: 'pritnf' was not declared in this scope
pritnf("%d",c[b]);
^
|