0_0_19004180_7867.cpp:2:5: error: 'nbsp' declared as reference but not initialized
int main()
^
0_0_19004180_7867.cpp:2:15: error: expected constructor, destructor, or type conversion before ';' token
int main()
^
0_0_19004180_7867.cpp: In function 'int main()':
0_0_19004180_7867.cpp:4:29: error: 'nbsp' declared as reference but not initialized
int T,i,a;
^
0_0_19004180_7867.cpp:4:34: error: 'T' was not declared in this scope
int T,i,a;
^
0_0_19004180_7867.cpp:4:36: error: 'i' was not declared in this scope
int T,i,a;
^
0_0_19004180_7867.cpp:4:38: error: 'a' was not declared in this scope
int T,i,a;
^
0_0_19004180_7867.cpp:9:56: error: 'nbsp' declared as reference but not initialized
double sum=1.000;
^
0_0_19004180_7867.cpp:9:61: error: 'sum' was not declared in this scope
double sum=1.000;
^
0_0_19004180_7867.cpp:13:73: error: 'else' without a previous 'if'
else sum-=1.000/double(i);
^
0_0_19004180_7867.cpp:17:32: error: invalid conversion from 'int*' to 'int' [-fpermissive]
return 0;
^
|