码迷,mamicode.com
首页 >  
搜索关键字:lld    ( 3245个结果
UVA 437 The Tower of Babylon DP
有向图DAG The Tower of Babylon Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Perhaps you have heard of the...
分类:其他好文   时间:2015-02-07 23:01:17    阅读次数:178
UVA 10714-Ants(求花费的最大最小时间)
Ants Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem B: Ants An army of ants walk on a horizontal pole of length l cm, eac...
分类:其他好文   时间:2015-02-07 17:32:14    阅读次数:212
UVA - 11178 - Morley's Theorem (计算几何~~)
UVA - 11178 Morley's Theorem Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description Problem D Morley’s Theorem Input: Standard...
分类:其他好文   时间:2015-02-07 17:30:49    阅读次数:95
clang记录
clang: C语言编译器,类似于gcc clang++: C++编译器,类似于g++。clang++只是clang的一个别名。 lld: 链接器,类似于ld。但是默认不用它,默认用vc的link.exe。 clang-format:按照固定的规范格式化C/C++代码,非...
分类:其他好文   时间:2015-02-07 13:17:40    阅读次数:596
【BZOJ】1406: [AHOI2007]密码箱
题意:求$0using namespace std;typedef long long ll;set s;int main() { ll n; scanf("%lld", &n); for(int i=1; i*i::iterator it=s.begin(); it!=s.end(); ++it)...
分类:其他好文   时间:2015-02-06 18:44:09    阅读次数:187
UVA 270-Lining Up(多点共线)
Lining Up Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description  Lining Up  ``How am I ever going to solve this prob...
分类:其他好文   时间:2015-02-06 11:16:18    阅读次数:117
UVALive - 3942 - Remember the Word (Trie树)
UVALive - 3942 Remember the Word Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description Neal is very curious about c...
分类:其他好文   时间:2015-02-05 13:40:58    阅读次数:145
UVA 10954- Add All(优先队列)
Add All Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem F Add All Input: standard input Output: standard output Yup!! The...
分类:其他好文   时间:2015-02-05 09:33:41    阅读次数:187
(DP) UVA 10003
F -Cutting SticksTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 10003Appoint description:DescriptionCutting Stick...
分类:其他好文   时间:2015-02-05 01:56:03    阅读次数:176
UVA - 11806 - Cheerleaders (递推)
UVA - 11806 Cheerleaders Time Limit: 2000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description C Cheerleaders   In mos...
分类:其他好文   时间:2015-02-04 21:55:28    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!