0_0_22921922_17244.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_22921922_17244.cpp:2:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_22921922_17244.cpp:2:21: error: expected identifier before '&' token
using namespace std;
^
0_0_22921922_17244.cpp:2:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22921922_17244.cpp:2:27: error: 'std' does not name a type
using namespace std;
^
0_0_22921922_17244.cpp:2:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22921922_17244.cpp:2:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22921922_17244.cpp:3:5: error: 'nbsp' declared as reference but not initialized
int f(int n)
^
0_0_22921922_17244.cpp:3:20: error: expected ')' before ';' token
int f(int n)
^
0_0_22921922_17244.cpp:3:20: error: expected constructor, destructor, or type conversion before ';' token
0_0_22921922_17244.cpp:3:21: error: 'n' does not name a type
int f(int n)
^
0_0_22921922_17244.cpp:3:34: error: expected constructor, destructor, or type conversion before ';' token
int f(int n)
^
0_0_22921922_17244.cpp:4:1: error: expected unqualified-id before '{' token
{
^
0_0_22921922_17244.cpp:12:7: error: expected constructor, destructor, or type conversion before ';' token
}
^
0_0_22921922_17244.cpp:12:13: error: expected constructor, destructor, or type conversion before ';' token
}
^
0_0_22921922_17244.cpp:13:5: error: redefinition of 'int& nbsp'
int main()
^
0_0_22921922_17244.cpp:3:5: note: 'int& nbsp' previously declared here
int f(int n)
^
0_0_22921922_17244.cpp:13:17: error: expected constructor, destructor, or type conversion before 'nbsp'
int main()
^
0_0_22921922_17244.cpp:13:27: error: expected constructor, destructor, or type conversion before ';' token
int main()
^
0_0_22921922_17244.cpp:14:1: error: expected unqualified-id before '{' token
{
^
|