0_0_18026650_15744.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18026650_15744.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18026650_15744.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18026650_15744.cpp:7:1: error: 'string' does not name a type
string str;
^
0_0_18026650_15744.cpp:9:1: error: 'set' does not name a type
set strs;
^
0_0_18026650_15744.cpp: In function 'int main()':
0_0_18026650_15744.cpp:13:27: error: 'scanf' was not declared in this scope
while(scanf("%s",chars)!=EOF)
^
0_0_18026650_15744.cpp:13:30: error: 'EOF' was not declared in this scope
while(scanf("%s",chars)!=EOF)
^
0_0_18026650_15744.cpp:15:9: error: 'string' was not declared in this scope
string str(chars);
^
0_0_18026650_15744.cpp:16:13: error: 'strs' was not declared in this scope
old=strs...
^
0_0_18026650_15744.cpp:16:17: error: expected '}' at end of input
old=strs...
^
0_0_18026650_15744.cpp:16:17: error: expected '}' at end of input
|