码迷,mamicode.com
首页 >  
搜索关键字:hdu 4565 so easy    ( 46279个结果
ACM 刷题记录
HDU Multi University Training Contest | 题目来源 | 题目 | 知识点 | 时间复杂度 | 完成情况 | | : : | : : | : : | : : | : : | | 2019 Contest8 A | Acesrc and Cube Hypernet ...
分类:其他好文   时间:2020-05-17 00:46:01    阅读次数:63
在manjaro20上安装fcitx5
manjaro更新到了20版本,所以我也更新了一下。但是在安装fcitx5的时候出现了问题,因此说一下我的解决方法。 我在这里出现的问题是在启动fcitx5是,提示找不到libjson c.so.5这个文件。 考虑是缺少libjson这个库,于是就直接查询数据库: 查询到的是一个0.14 4版本的, ...
分类:编程语言   时间:2020-05-16 18:52:56    阅读次数:574
Rotational Painting(hdu 3685 凸包+多边形重心 模板题
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3685 ac代码: #include<bits/stdc++.h> #define ll long long #define maxn 50010 using namespace std; const d ...
分类:其他好文   时间:2020-05-15 17:29:28    阅读次数:85
Android Studio Gradle 3.6.0之后apk变大了很多,约等于2倍的原因
原因: so库不再压缩了,这样操作系统就可以对so内存映射。 自定义: android:extractNativeLibs 软件包安装程序是否将原生库从 APK 提取到文件系统。如果设为 false,则原生库必须保持页面对齐状态并以未压缩的形式存储在 APK 中。无需更改代码,因为链接器在运行时直接 ...
分类:移动开发   时间:2020-05-15 15:24:23    阅读次数:186
nginx: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory
nginx安装lua模块 出现LIBLUAJIT 5.1.SO.2错误的解决方法 云栖社区 阿里云 https://yq.aliyun.com/articles/604301 nginx lua 启动nginx报错找不到libluajit 5.1.so.2 会当凌绝顶的个人空间 OSCHINA ht ...
分类:其他好文   时间:2020-05-15 11:33:04    阅读次数:181
【每日一题】- Leetcode 402. Remove K Digits
Description: Given a non-negative integer num represented as a string, remove k digits from the number so that the new number is the smallest possible ...
分类:其他好文   时间:2020-05-15 00:34:42    阅读次数:86
[MRCTF2020]套娃
进去后查看源码得到 <!-- //1st $query = $_SERVER['QUERY_STRING']; if( substr_count($query, '_') !== 0 || substr_count($query, '%5f') != 0 ){ die('Y0u are So cut ...
分类:其他好文   时间:2020-05-15 00:12:23    阅读次数:60
[BJDCTF2020]Easy MD5
burpsuite抓包重放看到提示 参考自[BJDCTF2020]Easy MD5ffifdyop,这个点的原理是 ffifdyop 这个字符串被 md5 哈希了之后会变成 276f722736c95d99e921722cf9ed621c,这个字符串前几位刚好是 ‘ or ‘6,而 Mysql 刚好 ...
分类:其他好文   时间:2020-05-14 23:56:47    阅读次数:175
[BJDCTF2020]Cookie is so stable
知识点 SSTI twig 题目提示cookie 在user处尝试注入 {{7*'7'}} 回显7777777 ==> Jinja2 {{7*'7'}} 回显49 ==> Twig 这里为Twig payload {{_self.env.registerUndefinedFilterCallback ...
分类:其他好文   时间:2020-05-14 23:50:24    阅读次数:97
2N——数论+快速幂
题目 为了使得大家高兴,小Q特意出个自认为的简单题(easy)来满足大家,这道简单题是描述如下: 有一个数列A已知对于所有的$A[ i ]$都是$1~n$的自然数,并且知道对于一些$A[ i]$不能取哪些值,我们定义一个数列的积为该数列所有元素的乘积,要求你求出所有可能的数列的积的和 $mod 10 ...
分类:其他好文   时间:2020-05-14 13:27:05    阅读次数:47
46279条   上一页 1 ... 57 58 59 60 61 ... 4628 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!