0_0_20375071_3325.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_20375071_3325.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_20375071_3325.cpp:3:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_20375071_3325.cpp:3:21: error: expected identifier before '&' token
using namespace std;
^
0_0_20375071_3325.cpp:3:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375071_3325.cpp:3:27: error: 'std' does not name a type
using namespace std;
^
0_0_20375071_3325.cpp:3:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375071_3325.cpp:3:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20375071_3325.cpp:4:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375071_3325.cpp:4:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20375071_3325.cpp:5:5: error: 'nbsp' declared as reference but not initialized
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:10: error: 'L' does not name a type
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:18: error: 'N' does not name a type
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:26: error: 'C' does not name a type
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:34: error: 'T' does not name a type
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:41: error: expected constructor, destructor, or type conversion before ';' token
int L, N, C, T;
^
0_0_20375071_3325.cpp:5:47: error: expected constructor, destructor, or type conversion before ';' token
int L, N, C, T;
^
0_0_20375071_3325.cpp:6:5: error: redefinition of 'int& nbsp'
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:5:5: note: 'int& nbsp' previously declared here
int L, N, C, T;
^
0_0_20375071_3325.cpp:6:10: error: 'VR' does not name a type
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:6:19: error: 'VT1' does not name a type
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:6:29: error: 'VT2' does not name a type
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:6:38: error: expected constructor, destructor, or type conversion before ';' token
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:6:44: error: expected constructor, destructor, or type conversion before ';' token
int VR, VT1, VT2;
^
0_0_20375071_3325.cpp:7:5: error: redefinition of 'int& nbsp'
int p[102];
^
0_0_20375071_3325.cpp:5:5: note: 'int& nbsp' previously declared here
int L, N, C, T;
^
0_0_20375071_3325.cpp:7:10: error: 'p' does not name a type
int p[102];
^
0_0_20375071_3325.cpp:7:22: error: expected constructor, destructor, or type conversion before ';' token
int p[102];
^
0_0_20375071_3325.cpp:7:28: error: expected constructor, destructor, or type conversion before ';' token
int p[102];
^
0_0_20375071_3325.cpp:8:8: error: conflicting declaration 'double& nbsp'
double dp[105];
^
0_0_20375071_3325.cpp:5:5: note: previous declaration as 'int& nbsp'
int L, N, C, T;
^
0_0_20375071_3325.cpp:8:13: error: 'dp' does not name a type
double dp[105];
^
0_0_20375071_3325.cpp:8:26: error: expected constructor, destructor, or type conversion before ';' token
double dp[105];
^
0_0_20375071_3325.cpp:8:32: error: expected constructor, destructor, or type conversion before ';' token
double dp[105];
^
0_0_20375071_3325.cpp:9:6: error: cannot declare reference to 'void'
void DP()
^
0_0_20375071_3325.cpp:9:6: error: variable or field 'nbsp' declared void
0_0_20375071_3325.cpp:9:16: error: expected constructor, destructor, or type conversion before 'nbsp'
void DP()
^
0_0_20375071_3325.cpp:9:26: error: expected constructor, destructor, or type conversion before ';' token
void DP()
^
0_0_20375071_3325.cpp:10:1: error: expected unqualified-id before '{' token
{
^
|