码迷,mamicode.com
首页 >  
搜索关键字:xtu    ( 345个结果
XTU 1185 暴力打表+二分
题目连接:http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1185 Bob's Problem Accepted : 105   Submit : 550 Time Limit : 1000 MS   Memory Limit : 65536 KB ...
分类:其他好文   时间:2014-11-08 16:50:40    阅读次数:226
XTU OJ 1210 Happy Number (暴力+打表)
Problem DescriptionRecently, Mr. Xie learn the concept of happy number. A happy number is a number contain all digit 7 or only 1 digit other than 7. F...
分类:移动开发   时间:2014-10-18 11:02:46    阅读次数:526
XTU_1184 A Love Letter
http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1184 给定原字符串,和需要删掉的字符串集,然后输出删除后的字符串,如果长度变为0,输出LOSER。 考验编码能力  !! #include #include #include using namespace std; char ss[10][10]={"HATE","...
分类:其他好文   时间:2014-09-02 17:57:35    阅读次数:176
XTU—1190 Game of Wuxing
纯模拟 http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1190        #include int main() { //freopen("in.txt","r",stdin); int k,i,a,b,sum1,sum2; char x,y; scanf("%d",&k); ...
分类:其他好文   时间:2014-09-02 17:55:24    阅读次数:197
XTU-1185 Bob's Problem
http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1185 判断 x3+y3 = c 是否存在正整数解,2≤c≤109 首先把给定范围内的所有情况打表用数组保存,然后直接二分查找c即可。 #include #include using namespace std; int cnt,a[1010000]; bool fin...
分类:其他好文   时间:2014-09-02 15:52:14    阅读次数:248
XTU_1173 Five Tiger
http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1173 纯模拟,按步骤一个个来 判断就行。 #include #include int main() { //freopen("a.txt","r",stdin); char map[10][10]; int t,i,j,s1,s2; ...
分类:其他好文   时间:2014-09-02 14:17:24    阅读次数:212
XTU 1205 Range
还是五月湘潭赛的题目,当时就是因为我坑。。。连个银牌都没拿到,擦。这个题目枚举区间是不可能的,明显是要考虑每个数对全局的影响,即找到每个数最左和最右能满足是最大的位置 以及 最小的时候,相乘即为该数字影响的区间总数。当时想到的是用线段树,建树的时候求出最大和最小值,然后在每个数往里面搜索,比赛的时候...
分类:其他好文   时间:2014-08-31 09:12:40    阅读次数:417
XTU OJ 1168 Alice and Bob (二维dp)
Alice and Bob Accepted : 98   Submit : 324 Time Limit : 1000 MS   Memory Limit : 65536 KB Problem Description Alice and Bob always love to play games, so does thi...
分类:其他好文   时间:2014-08-17 15:37:12    阅读次数:299
xtu summer individual 6 D - Checkposts
CheckpostsTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:427C64-bit integer IO format:%I64d Java class ...
分类:其他好文   时间:2014-08-11 00:05:41    阅读次数:359
xtu summer individual 6 E - Find Metal Mineral
Find Metal MineralTime Limit: 1000msMemory Limit: 65768KBThis problem will be judged onHDU. Original ID:400364-bit integer IO format:%I64d Java class ...
分类:其他好文   时间:2014-08-10 12:42:00    阅读次数:230
345条   上一页 1 ... 27 28 29 30 31 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!