2 条题解

  • -1
    @ 2024-4-27 16:13:13
    #include<bits/stdc++.h>
    using namespace std;
    int main(){ //C++ L1 打印字母	
    	cout<<"a\nb\nc\nd\ne";
    	return 0;
    }
    
    • -1
      @ 2024-4-27 16:12:38
      #include<bits/stdc++.h>
      using namespace std;
      int main(){ //C++ L1 打印字母	
      	cout<<"a"<<endl;
      	cout<<"b"<<endl;
      	cout<<"c"<<endl;
      	cout<<"d"<<endl;
      	cout<<"e"<<endl;
      	return 0;
      }
      
      • 1

      信息

      ID
      1220
      时间
      1000ms
      内存
      256MiB
      难度
      5
      标签
      (无)
      递交数
      18
      已通过
      16
      上传者