这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《对Linux的不满。。。》回复:
@[蒟蒻cwz](/space/show?uid=111630) 谢谢dalao的hank数据%%%
在讨论《对Linux的不满。。。》回复:
@[ztz11](/space/show?uid=52176) orz
```cpp #include using namespace std; double a,b; char d; int main() { char c=getchar(); double f=1; while(c!='\n') { if(c=='=') { f=-f; c=getchar(); } if(c>='a'…
在讨论《大佬们好》回复:
%%%
### 为啥会有编译警告?? ```cpp /tmp/tmpmao03kpt/src: 在函数‘int main()’中: /tmp/tmpmao03kpt/src:9:2: 警告:this ‘while’ clause does not guard... [-Wmisleading-indentation] whil…
在讨论《为什么一分也没有QAQ》回复:
这是代码 #include #include #include using namespace std; char s[13],a; string ss; int ans,num; int main() { cin>>ss; int num=ss.size(); for(int i=0;i<num;i++) s[i+1…
在讨论《为什么一分也没有QAQ》回复:
第一次发帖 请见谅
#include #include #include using namespace std; char s[13],a; string ss; int ans,num; int main() { cin>>ss; int num=ss.size(); for(int i=0;i<num;i++) s[i+1]=ss[…