摘要:
第一天 题型一:问家乡 1.where are you from? 2.how long have you lived there? 3.how do you like it? why? 4.do you live near here? where about? 5.what do you thin 阅读全文
posted @ 2025-08-30 22:16
Annaprincess
阅读(8)
评论(0)
推荐(0)
摘要:
贪心 121.买卖股票的最佳时机 class Solution { public: int maxProfit(vector<int>& prices) { //只需要后面卖出的价格>前面买入价格(不用连续区间递增的) int minprice=1e9; int maxprofit=0; for(a 阅读全文
posted @ 2025-08-30 11:35
Annaprincess
阅读(6)
评论(0)
推荐(0)

浙公网安备 33010602011771号