0_0_20375101_22721.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_20375101_22721.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <string>
^
0_0_20375101_22721.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_20375101_22721.cpp:3:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:3:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:4:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_20375101_22721.cpp:4:21: error: expected identifier before '&' token
using namespace std;
^
0_0_20375101_22721.cpp:4:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375101_22721.cpp:4:27: error: 'std' does not name a type
using namespace std;
^
0_0_20375101_22721.cpp:4:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375101_22721.cpp:4:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375101_22721.cpp:5:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:5:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:7:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:7:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375101_22721.cpp:8:5: error: 'nbsp' declared as reference but not initialized
int main()
^
0_0_20375101_22721.cpp:8:17: error: expected constructor, destructor, or type conversion before 'nbsp'
int main()
^
0_0_20375101_22721.cpp:8:27: error: expected constructor, destructor, or type conversion before ';' token
int main()
^
0_0_20375101_22721.cpp:9:1: error: expected unqualified-id before '{' token
{
^
|