0_0_22228069_13794.cpp:49:4: error: too many decimal points in number
+ 299..992,7 + 399..993?
^
0_0_22228069_13794.cpp:49:17: error: too many decimal points in number
+ 299..992,7 + 399..993?
^
0_0_22228069_13794.cpp: In function 'int main()':
0_0_22228069_13794.cpp:13:35: error: 'strlen' was not declared in this scope
int num = 0,len = strlen(a);
^
0_0_22228069_13794.cpp:34:36: error: 'strcpy' was not declared in this scope
strcpy(ans[num++],a);
^
0_0_22228069_13794.cpp:42:40: error: 'strcpy' was not declared in this scope
strcpy(ans[num++],b);
^
0_0_22228069_13794.cpp:50:17: error: expected primary-expression before '{' token
{
^
0_0_22228069_13794.cpp:50:17: error: expected ':' before '{' token
0_0_22228069_13794.cpp:50:17: error: expected primary-expression before '{' token
0_0_22228069_13794.cpp:63:39: error: 'strcpy' was not declared in this scope
strcpy(a,a + len/2);
^
0_0_22228069_13794.cpp:92:32: error: 'strcpy' was not declared in this scope
strcpy(ans[num++],b);
^
|