2 solutions

  • 1
    @ 2026-3-3 20:55:19
    #include<bits/stdc++.h>
    using namespace std;
    char c; 
    int main()
    {
    	cin>>c;
    	printf("  %c\n %c%c%c\n%c%c%c%c%c",c,c,c,c,c,c,c,c,c);
    	return 0;
    }
    
    
    • 0
      @ 2026-3-28 11:33:52

      #include<bits/stdc++.h> using namespace std; char c; int main() { cin>>c; printf(" %c\n %c%c%c\n%c%c%c%c%c",c,c,c,c,c,c,c,c,c); return 0; }

      • 1

      Information

      ID
      483
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      1
      Tags
      # Submissions
      236
      Accepted
      107
      Uploaded By