import math | |
n = int(input()) | |
i=1 | |
while i<=n: | |
x = int(input()) | |
d = (-1 + math.sqrt(1 + 8 * x)) / 2 | |
print(int(d)) | |
i = i+1 |
Subscribe to:
Post Comments (Atom)
-
/*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com ***/ #include<iostream> #i...
-
#include<iostream> #include<cstdio> #include<stack> #include<queue> #include<cstring> using namespace st...
-
Problem Explanation Category: Easy One have to find out maximum number of player which is even. Check the amount of left hand player...
No comments:
Post a Comment