0_0_37251341_31469.cpp:2:2: error: invalid preprocessing directive #inciude
#inciude<string.h>
^
0_0_37251341_31469.cpp: In function 'int main()':
0_0_37251341_31469.cpp:5:12: error: invalid operands of types 'const char [3]' and 'int' to binary 'operator&'
scanf("%d"&n);
^
0_0_37251341_31469.cpp:8:14: error: 'string' was not declared in this scope
scanf("%s",&string);
^
0_0_37251341_31469.cpp:9:25: error: 'strlen' was not declared in this scope
int length=strlen(string);
^
|