Problem reciprocals
User ShadowBaguette
Submission Time 2023-02-01 17:18:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:13:42: error: ‘k’ was not declared in this scope
13 | for(long i=0,j=1;i<n-2;i++)cout<<k<<' ';
| ^