Error with arduino Uno?

You could start by using the #include properly
Instead of #include <Servo>
it should be

#include <Servo.h>

That is not the cause of most of the errors but fix what you can first