0_0_33123100_30687.cpp: In function 'int main()':
0_0_33123100_30687.cpp:19:3: error: expected ';' before 'string'
string p;
^
0_0_33123100_30687.cpp:27:5: error: 'p' was not declared in this scope
p = k;
^
0_0_33123100_30687.cpp:30:9: error: 'p' was not declared in this scope
cout<<p<<endl;
^
|