0_0_19597140_5547.cpp:2:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_19597140_5547.cpp:2:21: error: expected identifier before '&' token
using namespace std;
^
0_0_19597140_5547.cpp:2:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19597140_5547.cpp:2:27: error: 'std' does not name a type
using namespace std;
^
0_0_19597140_5547.cpp:2:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19597140_5547.cpp:2:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19597140_5547.cpp:3:5: error: 'nbsp' declared as reference but not initialized
int main(){
^
0_0_19597140_5547.cpp: In function 'int main()':
0_0_19597140_5547.cpp:4:29: error: 'nbsp' declared as reference but not initialized
int n,a[100]={0},sum=0;
^
0_0_19597140_5547.cpp:4:34: error: 'n' was not declared in this scope
int n,a[100]={0},sum=0;
^
0_0_19597140_5547.cpp:4:36: error: 'a' was not declared in this scope
int n,a[100]={0},sum=0;
^
0_0_19597140_5547.cpp:4:47: error: 'sum' was not declared in this scope
int n,a[100]={0},sum=0;
^
0_0_19597140_5547.cpp:5:31: error: 'cin' was not declared in this scope
while(cin>>n && n!=0 && n>0){
^
0_0_19597140_5547.cpp:5:31: note: suggested alternative:
In file included from 0_0_19597140_5547.cpp:1:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
0_0_19597140_5547.cpp:5:42: error: expected ')' before ';' token
while(cin>>n && n!=0 && n>0){
^
0_0_19597140_5547.cpp:5:45: error: expected identifier before '&' token
while(cin>>n && n!=0 && n>0){
^
0_0_19597140_5547.cpp:5:63: error: expected identifier before '&' token
while(cin>>n && n!=0 && n>0){
^
0_0_19597140_5547.cpp:18:32: error: invalid conversion from 'int*' to 'int' [-fpermissive]
return 0;
^
0_0_19597140_5547.cpp: At global scope:
0_0_19597140_5547.cpp:19:7: error: expected constructor, destructor, or type conversion before ';' token
}
^
0_0_19597140_5547.cpp:19:13: error: expected constructor, destructor, or type conversion before ';' token
}
^
|