0_0_25692434_31267.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25692434_31267.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25692434_31267.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25692434_31267.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_25692434_31267.cpp: In function 'int main()':
0_0_25692434_31267.cpp:15:7: error: 'cin' was not declared in this scope
while(cin>>n)
^
0_0_25692434_31267.cpp:25:1: error: 'string' was not declared in this scope
string *str=new string[n]();
^
0_0_25692434_31267.cpp:25:9: error: 'str' was not declared in this scope
string *str=new string[n]();
^
0_0_25692434_31267.cpp:25:17: error: 'string' does not name a type
string *str=new string[n]();
^
0_0_25692434_31267.cpp:63:1: error: 'cout' was not declared in this scope
cout< }
^
0_0_25692434_31267.cpp:63:7: error: expected primary-expression before '}' token
cout< }
^
|