0_0_17299488_31483.cpp: In function 'void get_style()':
0_0_17299488_31483.cpp:34:32: error: 'strlen' was not declared in this scope
sort(str1, str1+strlen(str1), cmp);
^
0_0_17299488_31483.cpp: In function 'bool run5(int)':
0_0_17299488_31483.cpp:96:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'bool run0()':
0_0_17299488_31483.cpp:143:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'bool run1()':
0_0_17299488_31483.cpp:155:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'bool run2()':
0_0_17299488_31483.cpp:192:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'bool run3()':
0_0_17299488_31483.cpp:271:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'bool run4()':
0_0_17299488_31483.cpp:322:24: error: 'strlen' was not declared in this scope
int len=strlen(str2);
^
0_0_17299488_31483.cpp: In function 'void run()':
0_0_17299488_31483.cpp:405:31: error: 'strlen' was not declared in this scope
sort(str2,str2+strlen(str2),cmp);
^
|