• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
若忆_star
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 11 12 13 14 15
2014年7月11日
hdu 2000 ASCII码排序
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2000题目大意:按各字符的ASCII码从小到大的顺序进行排序 注意格式哦!输出时字符中间用一个空格分开 1 #include 2 int main() 3 { 4 char a,b,c,t; 5 ... 阅读全文
posted @ 2014-07-11 13:53 若忆_star 阅读(256) 评论(0) 推荐(0)
2014年7月10日
poj 3751 时间日期格式转换
摘要: 题目链接:http://poj.org/problem?id=3751题目大意:按照要求的格式将输入的时间日期进行转化。 1 #include 2 #include 3 using namespace std; 4 int main () 5 { 6 int t; 7 cin>>... 阅读全文
posted @ 2014-07-10 15:13 若忆_star 阅读(274) 评论(0) 推荐(0)
poj 1298 The Hardest Problem Ever
摘要: 题目链接:http://poj.org/problem?id=1298题目大意:按照所给的顺序要求将输入的字符串进行排列。 1 #include 2 #include 3 #include 4 using namespace std; 5 int main () 6 { 7 char ... 阅读全文
posted @ 2014-07-10 14:05 若忆_star 阅读(286) 评论(0) 推荐(0)
poj 2000 Gold Coins
摘要: 题目链接:http://poj.org/problem?id=2000题目大意:求N天得到多少个金币,第一天得到1个,第二、三天得到2个,第四、五、六天得到3个、、、、以此类推,得到第N天的金币数。 1 #include 2 #include 3 #include 4 using namesp... 阅读全文
posted @ 2014-07-10 10:01 若忆_star 阅读(274) 评论(0) 推荐(0)
2014年7月9日
hdu 1253 胜利大逃亡(简单题)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1253题目大意:在所给的时间能顺利离开城堡。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 int ma... 阅读全文
posted @ 2014-07-09 15:52 若忆_star 阅读(244) 评论(0) 推荐(0)
hdu 1016 Prime Ring Problem (素数环)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1016题目大意:输入一个n,环从一开始到n,相邻两个数相加为素数。 1 #include 2 #include 3 #include 4 using namespace std; 5 int vis... 阅读全文
posted @ 2014-07-09 13:38 若忆_star 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3