码迷,mamicode.com
首页 >  
搜索关键字:csu 1335 高桥和低桥    ( 650个结果
Operating Cisco Router
Operating Cisco Routerconsider the hardware on the ends of the serial link, in particular where the channel service unit/data service unit (CSU/DSU) h...
分类:其他好文   时间:2014-06-12 19:10:26    阅读次数:351
CSU 1449: A+B and C
链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1449+题意:给出三个整数A,B,C,判断A+B与C的大小关系(-2^63C,输出“>”,若A+B=C,输出“=”,若A+Btypedef long long int lli;# define ...
分类:其他好文   时间:2014-05-28 21:28:09    阅读次数:338
CSU CHESS
1 #include 2 #include 3 #include 4 5 int i,j,n,a,b,c,d,temp1,temp2,temp3,temp4,temp5,temp6; 6 char a1,c1; 7 8 void solve() 9 {10 temp1=a+b;1...
分类:其他好文   时间:2014-05-27 17:19:11    阅读次数:340
2014-05-25 记录
今天神坑的GCPC 2013 B题啊,本来是个很简单的模拟+扫描线,却WA的不明不白经过几个人测试,不得不说一下,CSU OJ 的编译器肯定有点问题coj 1458#include #include #include #include using namespace std;int b,c;stru...
分类:其他好文   时间:2014-05-26 19:46:46    阅读次数:277
CSU OJ 1115 最短的名字(字典树——湖南省第八届大学生计算机程序设计竞赛)
1115: 最短的名字 Time Limit: 5 Sec  Memory Limit: 64 MB Submit: 141  Solved: 56 [Submit][Status][Web Board] Description 在一个奇怪的村子中,很多人的名字都很长,比如aaaaa, bbb and abababab。 名字这么长,叫全名显然起来很...
分类:其他好文   时间:2014-05-26 05:57:48    阅读次数:220
CSU OJ 1120 病毒(湖南省第八届大学生计算机程序设计竞赛)
?? 1120: 病毒 Time Limit: 3 Sec  Memory Limit: 128 MB Submit: 146  Solved: 53 [Submit][Status][Web Board] Description 你有一个日志文件,里面记录着各种系统事件的详细信息。自然的,事件的时间戳按照严格递增顺序排列(不会有两个事件在完全相同的时刻发生)。 遗憾...
分类:其他好文   时间:2014-05-22 23:57:34    阅读次数:479
CSU OJ 1111 三家人 (湖南省第八届大学生计算机程序设计竞赛)
?? 1111: 三家人 Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 356  Solved: 142 [Submit][Status][Web Board] Description 有三户人家共拥有一座花园,每户人家的太太均需帮忙整理花园。A 太太工作了5 天,B 太太则工作了4 天,才将花园整理完毕。C 太太因为正...
分类:其他好文   时间:2014-05-22 23:42:41    阅读次数:377
CSU OJ 1112机器人的指令 (湖南省12年省赛题)
Welcome to CSU Online Judge! 1112: 机器人的指令 Time Limit: 1 Sec  Memory Limit: 128 MB Submit: 274  Solved: 97 [Submit][Status][Web Board] Description 数轴原点有一个机器人。该机器人将执行一系列指令,你的任务是预测所有指...
分类:其他好文   时间:2014-05-22 18:39:01    阅读次数:391
湖南省第九届大学生程序设计竞赛
Interesting Calculator CSU 过了 TOJ超时了 先记一下 #include #include #include using namespace std; int a[100]; bool b[100010]; int c[100010]; int d[100010]; int x, y; int cas = 1; struct node { int x, t,...
分类:其他好文   时间:2014-05-22 12:42:02    阅读次数:249
650条   上一页 1 ... 62 63 64 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!