摘要:
```pythonimport timestart_date = time.time()for l in range(1001): for m in range(1001): for n in range(1001): if l + m +n == 1000 and l**2 + m**2 == n**2: print('... 阅读全文
摘要:
code completion smart keys hard wrap zoom with mouse window store current layout 自动排版:Ctrl + Alt + L 代码缩进:Tab、Shift + Tab 批量注释:Ctrl + / 批量搜索:Ctrl + F 阅读全文