HDU - 1114 题目翻译: 在acm能够做任何事情之前, 必须编制预算并获得必要的财政支持。这一行动的主要收入来自IBM。这个想法其实很简单,每当一些会员有一点小钱时,他就会把所有的硬币都扔到小猪存钱罐里。这个过程是不可逆转的, 除非打破猪,否则硬币不能拿出来。过了足够长的时间, 存钱罐里应该 ...
分类:
其他好文 时间:
2020-07-28 22:08:26
阅读次数:
76
HDU - 4734 题目大致意思:我们定义十进制数x的权值为f(x) = a(n)*2^(n-1)+a(n-1)*2(n-2)+...a(2)*2+a(1)*1,a(i)表示十进制数x中第i位的数字。 题目给出a,b,求出0~b有多少个不大于f(a)的数。 这个f(x)计算就和数位计算是一样的,就 ...
分类:
其他好文 时间:
2020-07-28 22:05:32
阅读次数:
69
在VScode中 Ctrl+Shift+X 打开扩展: vscode weapp api,这是小程序的语法结构 vscode wxml,是针对wxml文件的 vscode-wechat Easy WXLESS,是针对wxss文件的 安装好插件以后,我们直接在vscode里面编辑小程序项目,保存即可同 ...
分类:
微信 时间:
2020-07-28 16:59:26
阅读次数:
119
0xE0434352 is the exception code for all .NET exceptions so that won't tell you much. How did you got this exception code? The event log? Your best be ...
分类:
其他好文 时间:
2020-07-28 16:56:56
阅读次数:
69
题目描述 Roundgod is given n,k,construct a permutation P of 1~n satisfying that for all integers i in [1,n],there exists a contiguous subarray in P of len ...
分类:
其他好文 时间:
2020-07-28 00:18:40
阅读次数:
75
题意 小明从一岸游泳到另一岸,每片区域有水深,一旦水深超过L,小明就会淹死 同时每段时刻有海浪和退潮 搜索一下 然后记忆化一下 老了,搜索写半天 #include<bits/stdc++.h> using namespace std; /*int main() { // freopen("data2 ...
分类:
其他好文 时间:
2020-07-27 23:58:02
阅读次数:
127
摘要:想了解时下流行的自动驾驶相关AI模型吗?接下来就用华为云的ModelArts和百度的Easy DL带你体验一下AI平台是怎么进行模型训练的。 华为ModelArts自动学习 VS 百度Easy DL 在华为云论坛上看到了人车识别的实验。想看下时下流行的自动驾驶相关的AI模型是怎么样子的。也想看 ...
分类:
其他好文 时间:
2020-07-27 15:54:10
阅读次数:
107
Given a set of sticks of various lengths, is it possible to join them end-to-end to form a square? InputThe first line of input contains N, the number ...
分类:
其他好文 时间:
2020-07-27 09:42:59
阅读次数:
80
加载或者安装R包 stringr,stringr时报错如下 libicui18n.so.64 找不到 加载: library(stringi)Error: package or namespace load failed for ‘stringi’ in dyn.load(file, DLLpath ...
分类:
其他好文 时间:
2020-07-27 09:39:17
阅读次数:
150
出现这个问题是软件源和系统版本不一致导致的,更换软件源就可以了,可以参考阿里云软件源: https://developer.aliyun.com/mirror/ 可以看到不同的版本的ubuntu对应不同的软件源 然后修改了软件源之后在执行对应的操作就可以了,是不是很神奇呢! ...
分类:
系统相关 时间:
2020-07-27 09:39:00
阅读次数:
244