2 solutions

  • 1
    @ 2024-7-15 20:27:22
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	char a;
    	cin>>a;
    	cout<<"  "<<a<<"  "<<endl;
    	cout<<" "<<a<<a<<a<<" "<<endl;
    	cout<<a<<a<<a<<a<<a;
    	return 0;
    }
    
    • 0
      @ 2023-10-25 14:44:58

      那么简单的题都错,是不是没换行?

      • 1

      Information

      ID
      6795
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      38
      Accepted
      18
      Uploaded By