2 条题解

  • 0
    @ 2025-10-4 22:52:51

    #include<bits/stdc++.h> using namespace std; int main() { cout<<" 18"<<endl; cout<<"+ 870"<<endl; cout<<"----------- "<<endl; cout<<" 888"<<endl; return 0; }

    • 0
      @ 2024-10-26 10:09:52
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	cout<<"   18"<<endl<<"+ 870"<<endl<<"-----------"<<endl<<"  888";
      	return 0;
      }
      
      • 1

      信息

      ID
      447
      时间
      1000ms
      内存
      64MiB
      难度
      4
      标签
      递交数
      34
      已通过
      17
      上传者