@@ -0,0 +1,10 @@
a = float(input("Введите число a: "))
n = 1
sum_n = 1
while sum_n <= a:
n += 1
sum_n += n
print(f"n = {n}")
The note is not visible to the blocked user.