0_0_20446170_18585.cpp:3:5: error: 'nbsp' declared as reference but not initialized
int main(){
^
0_0_20446170_18585.cpp: In function 'int main()':
0_0_20446170_18585.cpp:4:29: error: 'nbsp' declared as reference but not initialized
int t,i,n,s,q;
^
0_0_20446170_18585.cpp:4:34: error: 't' was not declared in this scope
int t,i,n,s,q;
^
0_0_20446170_18585.cpp:4:36: error: 'i' was not declared in this scope
int t,i,n,s,q;
^
0_0_20446170_18585.cpp:4:38: error: 'n' was not declared in this scope
int t,i,n,s,q;
^
0_0_20446170_18585.cpp:4:40: error: 's' was not declared in this scope
int t,i,n,s,q;
^
0_0_20446170_18585.cpp:4:42: error: 'q' was not declared in this scope
int t,i,n,s,q;
^
0_0_20446170_18585.cpp: At global scope:
0_0_20446170_18585.cpp:14:7: error: expected constructor, destructor, or type conversion before ';' token
}
^
0_0_20446170_18585.cpp:14:13: error: expected constructor, destructor, or type conversion before ';' token
}
^
|