Problem clocktower
User Logout
Submission Time 2023-11-19 19:48:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clocktower.cpp: In function ‘int main()’:
clocktower.cpp:11:10: error: ‘arctan’ was not declared in this scope; did you mean ‘atan’?
11 | if (arctan(i / a) > arctan(h / n)){
| ^~~~~~
| atan