0_0_29262140_17894.cpp:2:5: error: 'nbsp' declared as reference but not initialized
int main()
^
0_0_29262140_17894.cpp: In function 'int main()':
0_0_29262140_17894.cpp:4:29: error: 'nbsp' declared as reference but not initialized
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:34: error: 'i' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:36: error: 'n' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:38: error: 'a' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:46: error: 'j' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:48: error: 'k' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:4:50: error: 't' was not declared in this scope
int i,n,a[1001],j,k,t;
^
0_0_29262140_17894.cpp:11:49: error: 'else' without a previous 'if'
else k=i;
^
0_0_29262140_17894.cpp:22:32: error: invalid conversion from 'int*' to 'int' [-fpermissive]
return 0;
^
|