Problem reciprocals
User j0ashhh
Submission Time 2025-08-22 08:42:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:13:25: error: expected ‘;’ before ‘}’ token
13 | cout << "1 "
| ^
| ;
14 | }
| ~