0_0_30257285_27290.cpp:1:5: error: stray '#' in program
ram #"<<cnt++<<endl;
^
0_0_30257285_27290.cpp:1:1: error: missing terminating " character
ram #"<<cnt++<<endl;
^
0_0_30257285_27290.cpp:1:1: error: 'ram' does not name a type
0_0_30257285_27290.cpp:6:9: error: 'set' does not name a type
set<char>::iterator it;
^
0_0_30257285_27290.cpp:7:9: error: expected unqualified-id before 'for'
for(it = s.begin(); it != s.end(); it++){
^
0_0_30257285_27290.cpp:7:29: error: 'it' does not name a type
for(it = s.begin(); it != s.end(); it++){
^
0_0_30257285_27290.cpp:7:44: error: 'it' does not name a type
for(it = s.begin(); it != s.end(); it++){
^
0_0_30257285_27290.cpp:12:9: error: 'cout' does not name a type
cout<<endl<<endl;
^
0_0_30257285_27290.cpp:13:5: error: expected declaration before '}' token
}
^
|