```c #include <stdio.h> #include <math.h> int main() { int x; scanf("%d", &x); double y = sqrt(x + 1) - 5; printf("%.2lf\n", y); return 0; } ``` [2024-10-20 20:14:53 | AI写代码神器 | 69点数解答]