博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[河南省ACM省赛-第四届] 序号互换 (nyoj 303)
阅读量:6610 次
发布时间:2019-06-24

本文共 390 字,大约阅读时间需要 1 分钟。

相似与27进制的转换

#include
#include
#include
#include
#include
#include
#include
using namespace std;int main(){ int t; string s; cin>>t; while(t--) { cin>>s; if(s[0] >= 'A') { int res = 0; int len = s.length(); for(int i=0; i

转载于:https://www.cnblogs.com/huwtylv/p/4385310.html

你可能感兴趣的文章
uboot 命令
查看>>
get和post区别简析
查看>>
Context initialization failed org.springframework.beans.factory.BeanCreationException:
查看>>
setjmp和longjmp
查看>>
unix环境高级编程-读书笔记(7)
查看>>
hadoop-yarn SLS运行中的问题
查看>>
html初识
查看>>
poj3311(状压dp)
查看>>
防止页面后退(使浏览器后退按钮失效)
查看>>
JavaScript
查看>>
mail命令发邮件标题和内容都使用中文编码
查看>>
【HNOI】 期望面积
查看>>
网站压力测试工具webbench
查看>>
如何查看Linux内核是否为64位版本?
查看>>
git 创建新项目 本地仓库和远程仓库的合并
查看>>
实习结束了,又开始了……
查看>>
MU Puzzle(推理找规律)(多校第六场))
查看>>
BUCT-OJ 2060 数字三角形4
查看>>
25/05/2015
查看>>
ABAP program lines are wider than the internal table (转载)
查看>>