baekjoon 20260410
This commit is contained in:
parent
6c995e852d
commit
7b97f21c56
1
code_study/Baekjoon/python/4690.py
Normal file
1
code_study/Baekjoon/python/4690.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
print("\n".join([f"Cube = {a}, Triple = ({b},{c},{d})" for a in range(2, 101) for b in range(2,a) for c in range(b, a) for d in range(c, a) if a**3 == b**3 + c**3 + d**3]))
|
||||||
Loading…
x
Reference in New Issue
Block a user