0_0_38718403_17362.cpp: In function 'int main()': 0_0_38718403_17362.cpp:213:66: error: expected ';' before 't' 213 | scanf("%lf%lf%lf%lf%lf%lf", &x0, &y0, &th, &vx, &vy, &radius) | ^ | ; 214 | t = sqrt(th / 5); | ~