佛奴儿
佛奴儿
全部文章
分类
未归档(985)
归档
标签
去牛客网
登录
/
注册
Roni
ACMer
TA的专栏
0篇文章
0人订阅
职场那些事儿
0篇文章
0人学习
全部文章
(共985篇)
HDU 2503 (数论,最大公约数)
a/b + c/d Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 14895 Accepted Submission(s): 77...
2017-07-21
0
446
HDU 2504 又见GCD(数论,最大公约数)
又见GCD Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 19497 Accepted Submission(s): 8129 ...
2017-07-21
0
573
HDU 2521 反素数(数论,比较)
#include<iostream> #include<cstring> #include<cmath> #include<cstdio> using namespace std; int cmp(int x)//计算因子数 { int cnt...
2017-07-21
0
417
HDU 2523 sort (hash)
#include<iostream> #include<cstring> #include<cmath> #include<cstdio> using namespace std; int main() { int t; int n,k; ...
2017-07-21
0
391
HDU1009:FatMouse' Trade(初探贪心,wait)
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The warehouse ha...
2017-07-20
0
380
HDU 2537 8球胜负(模拟)
1 /*这是一个模拟题,模拟一种台球的进球过程,并且判定胜负。 2 对于输入的字符串,如果出现R则红方记1分,如果出现Y则黄方记1分。 3 最后根据哪一方打进黑球和得分情况判定胜负。 4 程序说明: 5 这里给出两个C语言程序,一个没有使用数组(正解),另外一个是使用了数组来存储字符串。 ...
2017-07-20
0
585
HDU 1066 Last non-zero Digit in N!(数论,大数,wait)
The expression N!, read as "N factorial," denotes the product of the first N positive integers, where N is nonnegative. So, for example, N...
2017-07-20
0
534
HDU 1060 Leftmost Digit (数论,快速幂)
Given a positive integer N, you should output the leftmost digit of N^N. InputThe input contains several test cases. The first line of the input is...
2017-07-20
0
459
调试方法
调试方法: F5----开始调试 Shift+F5------停止调试 F10---单步调试, F11---跟进到所有代码的函数内部 Shift+F11---------从当前函数中跳出 F9------设置(取消)断点 Alt+F9------高级断点设置 ctrl+F10----...
2017-07-20
0
461
国家集训队论文分类整理(转)
距离ACM/ICPC的时间越来越少了,选择性地看一些集训队论文是很有必要的。 (在此给已经看过所有论文的神牛跪了= =)http://www.cnblogs.com/AbandonZHANG/archive/2012/07/21/2601889.html 所以,我在此整理了一下,供大家参考。 ...
2017-07-20
0
668
首页
上一页
88
89
90
91
92
93
94
95
96
97
下一页
末页