摘要: ![image](https://img2024.cnblogs.com/blog/2291551/202404/2291551-20240427161944124-570689539.png) 阅读全文
posted @ 2024-04-27 16:20 Lemon-GPU 阅读(7) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2291551/202404/2291551-20240423123054917-1835367047.png) 阅读全文
posted @ 2024-04-23 12:31 Lemon-GPU 阅读(6) 评论(0) 推荐(0)
摘要: import whisper import json import os import datetime import whisper.utils def transcription(audioPath: str, model: whisper.Whisper) -> list: ''' Trans 阅读全文
posted @ 2024-04-19 15:48 Lemon-GPU 阅读(423) 评论(0) 推荐(0)
摘要: 算法助手 用户: 这个题目有什么好的思路吗?“Given an integer array nums, return all the different possible non-decreasing subsequences of the given array with at least two 阅读全文
posted @ 2024-04-19 10:23 Lemon-GPU 阅读(23) 评论(0) 推荐(0)
摘要: 极其少有的我决定自己来写一篇。 我就是个脑残真的,我还在想要不要一个个pop,结果忘了这是一个BST……妈个鸡 附上我的傻逼代码 /* * @lc app=leetcode.cn id=669 lang=cpp * * [669] Trim a Binary Search Tree */ #incl 阅读全文
posted @ 2024-03-27 17:04 Lemon-GPU 阅读(35) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-03-23 13:52 Lemon-GPU 阅读(5) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/2291551/202403/2291551-20240322203336156-2013361443.png) 阅读全文
posted @ 2024-03-22 20:33 Lemon-GPU 阅读(5) 评论(0) 推荐(0)
摘要: 这年头写做题体会是真的超级偷懒,我提问,gpt回答,我学习并批判,然后再argue,把过程放上来完事,实在是没心思自己慢慢写了 阅读全文
posted @ 2024-03-21 15:21 Lemon-GPU 阅读(11) 评论(0) 推荐(0)
摘要: 说句实话其实这个不难,但这个argue很好笑我就放出来了。 乐,我还打错字了,是prove it而不是proof it,xs 阅读全文
posted @ 2024-03-21 15:18 Lemon-GPU 阅读(6) 评论(0) 推荐(0)
摘要: ![](https://img2024.cnblogs.com/blog/2291551/202403/2291551-20240320190655093-1949230756.png) 阅读全文
posted @ 2024-03-20 19:07 Lemon-GPU 阅读(8) 评论(0) 推荐(0)