ICode9

精准搜索请尝试: 精确搜索
  • vmstat-系统整体运行状态2022-04-20 22:01:05

        procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- r b swpd free buff cache si so bi bo in cs us sy id wa st 5 0 0 411652 2467716 444288 0 0 77824 0 2640 518 1 99 0 0 0 2 2

  • [AcWing 776] 字符串移位包含问题2022-04-14 13:01:22

    点击查看代码 #include<iostream> #include<algorithm> using namespace std; string a, b; int main() { cin >> a >> b; if (a.size() < b.size()) swap(a, b); for (int i = 0; i < a.size(); i ++) { a = a.substr(1) +

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有