勇敢的人,不管孤不孤独
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《题解:P1059 [NOIP2006 普及组] 明明的随机数》发表评论:
Me too.@BetterGlow
在文章《题解 P1059 [NOIP2006 普及组] 明明的随机数》发表评论:
后面两个for循环括号可以去掉。
在文章《题解:P1098 [NOIP2007 提高组] 字符串的展开》发表评论:
eeeeeeeee...em
``` #include using namespace std; bool gs(int a) { for (int i = sqrt(a); i >= 2; i--) { if (a % i == 0) { return 0; } } return 1; } int main() { int n, k = 0; c…
在讨论《0分求救大佬》回复:
谢谢,关注了
在讨论《TLE求救》回复:
c++的 头文件是“#include ”
在讨论《0分求救大佬》回复:
@[Sweet_2013](luogu://user/1570347) ```#include using namespace std; int main() { string word,s; getline(cin,word); getline(cin,s); word=' '+word+' '; s=' '+s+'…
在讨论《TLE求救》回复:
``` #include using namespace std; int main() { string word,s; getline(cin,word); getline(cin,s); word=' '+word+' '; s=' '+s+' '; for(int i=0;i<word.length();i++…
在讨论《TLE求救》回复:
@[_std_O2](luogu://user/1273684) ok