281A】的更多相关文章

#include <iostream> #include <string> #include <cctype> using namespace std; int main() { string word; cin>>word; word[0]=toupper(word[0]); cout<<word<<endl; }…
这次准备写一下几个misc和密码题目..很坑. 打了一整天的比赛,越来越觉得自己很菜了. 有一道题目叫做"真真假假",这道题目只有一个提示--Xor.第一眼知道是异或,也就知道这一个信息.打开这个文件发现一堆16进制的有对称美的代码. 1307 0a44 2305 0605 3d01 3e4f 192e 010a4423 1343 1f3c 0a79 011a 310a 0344 2a140e04 211c 3516 5526 0101 0b39 1b00 0e275579 4d3c…