码迷,mamicode.com
首页 >  
搜索关键字:lld    ( 3245个结果
UVA - 673 - Parentheses Balance (栈的应用!)
UVA - 673 Parentheses Balance Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description   Parentheses Balance...
分类:其他好文   时间:2014-12-18 20:48:22    阅读次数:283
UVA - 10596 - Morning Walk (欧拉回路!并查集判断回路)
UVA - 10596 Morning Walk Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description   Problem H Morning Walk ...
分类:其他好文   时间:2014-12-17 22:48:02    阅读次数:184
UVA - 657 - The die is cast (两次DFS!!)
UVA - 657 The die is cast Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description   The die is cast  ...
分类:其他好文   时间:2014-12-17 09:13:08    阅读次数:229
UVA - 572 - Oil Deposits (图的DFS!)
UVA - 572 Oil Deposits Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description   Oil Deposits  T...
分类:其他好文   时间:2014-12-16 22:47:56    阅读次数:629
UVA - 10305 - Ordering Tasks (拓扑排序!)
UVA - 10305 Ordering Tasks Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description Problem F Ordering Tasks Input: standard inp...
分类:编程语言   时间:2014-12-16 22:39:59    阅读次数:264
UVA 1262 Password 暴力枚举
Password Time Limit: 3000ms Memory Limit: 131072KB This problem will be judged on UVA. Original ID: 1262 64-bit integer IO format: %lld      Java class name: Main Prev  Submit Status...
分类:其他好文   时间:2014-12-15 12:14:14    阅读次数:263
贪心/CodeForces 461A Appleman and Toastman
1 #include 2 #include 3 using namespace std; 4 long long a[300010]; 5 long long n; 6 int main() 7 { 8 scanf("%lld",&n); 9 for (long long i=1...
分类:移动开发   时间:2014-12-15 10:24:21    阅读次数:302
贪心/poj 2231 Moo Volume
#include#include#includeusing namespace std;long long a[10010];int main(){ int n; scanf("%d",&n); for (int i=1;i<=n;i++) scanf("%lld",&a[i]);...
分类:其他好文   时间:2014-12-11 23:41:58    阅读次数:217
UVA - 10250 - The Other Two Trees (简单计算几何)
UVA - 10250 The Other Two Trees Time Limit: 3000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu Submit Status Description Problem E The Other Two Trees Input: st...
分类:其他好文   时间:2014-12-10 21:23:53    阅读次数:263
UVA 10361-Automatic Poetry(模拟)
Automatic Poetry Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Description Problem I Automatic Poetry Input: standard input Output: standard out...
分类:其他好文   时间:2014-12-10 09:20:44    阅读次数:143
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!