0_0_17335037_3787.cpp:59:1: error: missing terminating " character
cout<<digit<<"
^
0_0_17335037_3787.cpp:60:1: error: missing terminating " character
is not cyclic"<<endl;
^
0_0_17335037_3787.cpp:72:1: error: missing terminating " character
cout<<digit<<"
^
0_0_17335037_3787.cpp:73:1: error: missing terminating " character
is not cyclic"<<endl;
^
0_0_17335037_3787.cpp:85:1: error: missing terminating " character
if(i>len)cout<<digit<<"
^
0_0_17335037_3787.cpp:86:1: error: missing terminating " character
is cyclic"<<endl;
^
0_0_17335037_3787.cpp: In function 'int main()':
0_0_17335037_3787.cpp:31:17: error: 'strlen' was not declared in this scope
len=strlen(digit);
^
0_0_17335037_3787.cpp:60:1: error: 'is' was not declared in this scope
is not cyclic"<<endl;
^
0_0_17335037_3787.cpp:69:23: error: 'strstr' was not declared in this scope
if(strstr(exDigit,temp)==NULL){
^
0_0_17335037_3787.cpp:73:1: error: 'is' was not declared in this scope
is not cyclic"<<endl;
^
0_0_17335037_3787.cpp:86:1: error: 'is' was not declared in this scope
is cyclic"<<endl;
^
|