0_0_13467733_15321.cpp:91:1: error: missing terminating " character
cout<<"no such
^
0_0_13467733_15321.cpp:92:1: error: missing terminating " character
directory"<<endl;
^
0_0_13467733_15321.cpp:98:1: error: missing terminating " character
cout<<"directory already
^
0_0_13467733_15321.cpp:99:1: error: missing terminating " character
exist"<<endl;
^
0_0_13467733_15321.cpp:122:1: error: missing terminating " character
cout<<"can not delete the
^
0_0_13467733_15321.cpp:123:1: error: missing terminating " character
directory"<<endl;
^
0_0_13467733_15321.cpp:126:1: error: missing terminating " character
cout<<"can not delete the
^
0_0_13467733_15321.cpp:127:1: error: missing terminating " character
directory"<<endl;
^
0_0_13467733_15321.cpp:136:1: error: missing terminating " character
cout<<"file already
^
0_0_13467733_15321.cpp:137:1: error: missing terminating " character
exist"<<endl;
^
0_0_13467733_15321.cpp:157:1: error: missing terminating " character
cout<<"no such
^
0_0_13467733_15321.cpp:158:1: error: missing terminating " character
file"<<endl;
^
0_0_13467733_15321.cpp: In function 'void make()':
0_0_13467733_15321.cpp:92:1: error: 'directory' was not declared in this scope
directory"<<endl;
^
0_0_13467733_15321.cpp:99:1: error: 'exist' was not declared in this scope
exist"<<endl;
^
0_0_13467733_15321.cpp:123:1: error: 'directory' was not declared in this scope
directory"<<endl;
^
0_0_13467733_15321.cpp:127:1: error: 'directory' was not declared in this scope
directory"<<endl;
^
0_0_13467733_15321.cpp:137:1: error: 'exist' was not declared in this scope
exist"<<endl;
^
0_0_13467733_15321.cpp:158:1: error: 'file' was not declared in this scope
file"<<endl;
^
|