0

Can someone help me with that???, please )):

https://code.sololearn.com/c6hMc3HRbHz2/?ref=app

27th Oct 2022, 10:12 PM
Derek Redonda
1 Réponse
+ 5
The printf in line 16 has an invalid char - the opening quote. It's not an ANSI quote char. Just erase and type the regular quote. The formula in line 18 uses a variable which is not declared - M_PI. Fix the name or declare it. Some important improvements: 1. Use meaningful variable names. They help a lot in debugging. 2. Make proper use of indentation. This makes the topology quite visible.
28th Oct 2022, 3:37 AM
Emerson Prado
Emerson Prado - avatar