这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include #include using namespace std; int main() { int t; cin >> t; vector ans; if (t == 1) { ans = { "I", "+ 1 1", "- 2", "I", "+ 4 4", "- 5",…
```cpp #include using namespace std; int roundtf(float a){ if(a-(int)a>=0.5){ return(int)a+1; }else{ return(int)a; } } int main(){ string s; int cnt=0; getline(…
因学术不端而棕名惩罚 14 天