摘要: 最近在使用qt进行打包时出现了了如下问题:无法识别windeployqt,不能执行 出现此问题的原因是没有将qt的windeployqt.exe路径放入系统环境变量,系统找不到此方法 所以只需要在环境变量中加入路径: 点击环境变量 双击系统变量中的path变量 选择右方的新建,将windeployq 阅读全文
posted @ 2022-02-10 10:12 cszdrg 阅读(1675) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/problem/HDU-1074 Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher 阅读全文
posted @ 2020-06-05 11:56 cszdrg 阅读(117) 评论(0) 推荐(0)
摘要: The last contest held on Johnny's favorite competitive programming platform has been received rather positively. However, Johnny's rating has dropped 阅读全文
posted @ 2020-06-05 11:34 cszdrg 阅读(200) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/problem/HDU-1176 都说天上不会掉馅饼,但有一天gameboy正走在回家的小径上,忽然天上掉下大把大把的馅饼。说来gameboy的人品实在是太好了,这馅饼别处都不掉,就掉落在他身旁的10米范围内。馅饼如果掉在了地上当然就不能吃了,所以ga 阅读全文
posted @ 2020-05-31 18:25 cszdrg 阅读(174) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/problem/HDU-1069 A group of researchers are designing an experiment to test the IQ of a monkey. They will hang a banana at the 阅读全文
posted @ 2020-05-30 11:39 cszdrg 阅读(131) 评论(0) 推荐(0)
摘要: 总结:DP思想 原题链接:https://vjudge.net/problem/HDU-1024 Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always chal 阅读全文
posted @ 2020-05-29 14:32 cszdrg 阅读(66) 评论(0) 推荐(0)