Code
T=int(input())
for i in range(T):
A,B,C=map(int,input().split())
if A+B>C and B+C>A and A+C>B:
print("YES")
else:
print("NO")
Information
- Submit By
- Type
- Submission
- Problem
- P1047 3buj
- Contest
- TLE_Headquarters - round #1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-03-27 16:30:55
- Judged At
- 2024-11-11 03:38:37
- Judged By
- Score
- 100
- Total Time
- 15ms
- Peak Memory
- 3.027 MiB