一个编程小白喵,希望多多关照喵!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《哪里错了呢?》回复:
@[zxr_zwgh](luogu://user/979363)谢谢,too
在讨论《哪里错了呢?》回复:
@[Mindulle](luogu://user/940009)@[Mindulle](luogu://user/940009)谢谢
```cpp #include #include using namespace std; int main(){ int t,n; cin>>t>>n; cout<<fixed<<setprecision(3)<<t/n<<endl; cout<<2*t; return 0; } ```
在讨论《作为小白,0算什么(求教)》回复:
@[wangjunyee](luogu://user/1178961)@[emoni](luogu://user/543555)@[Tree_Chtholly](luogu://user/780535)@[TuanTuan_Cat](luogu://user/1304731)@[___wangjiahan] 多谢各位大…
```cpp #include using namespace std; int main(){ cout<<"Hello,World!"; return 0; } ```