用Python程序解一下这道奥数题。
小白研究不出来了
收起
for i in range(1,100): for j in range(1,100): if(1/i+1/j == 2/19): print(i,j)
报告相同问题?