
STL
gtuif
大多数人永远都不会了解真实的你,但是他们会看到你所做的一切。。。
展开
-
51nod 1024 矩阵中不重复的元素
1024 矩阵中不重复的元素题目来源: Project Euler基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 收藏 关注一个m*n的矩阵。该矩阵的第一列是a^b,(a+1)^b,.....(a + n - 1)^b第二列是a^(b+1),(a+1)^(b+1),.....(a + n原创 2017-08-09 19:34:16 · 166 阅读 · 0 评论 -
string详解
#include #include using namespace std;int main(){ //1.string类的构造函数 string str1 = "aaaaa";//最简单的字符串初始化 cout << str1 << endl; // aaaaa char *s = "bbbbb"; string str2(s);//用c字符转载 2017-07-26 21:16:15 · 315 阅读 · 0 评论 -
牛客网暑期ACM多校训练营(第三场) Shuffle Cards
链接:https://www.nowcoder.com/acm/contest/141/C来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 262144K,其他语言524288KSpecial Judge, 64bit IO Format: %lld题目描述Eddy likes to play cards game since there are al...原创 2018-08-13 15:20:05 · 202 阅读 · 0 评论 -
ZOJ Problem Set - 4056
Press the ButtonTime Limit: 1 Second Memory Limit: 131072 KBBaoBao and DreamGrid are playing a game using a strange button. This button is attached to an LED light (the light is initially off...原创 2018-10-26 19:50:03 · 211 阅读 · 0 评论