6 条题解

  • 1
    @ 2026-7-10 16:57:25

    #include #include using namespace std; int main() { int a,b,c; cin >> a >> b >> c; cout << setw(8) << a << ' '; cout << setw(8) << b << ' '; cout << setw(8) <<c; return 0; }

    • 0
      @ 2026-7-21 22:37:52
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	char a;
      	cin>>a;
      	cout<<"  "<<a<<endl<<" "<<a<<a<<a<<endl<<a<<a<<a<<a<<a;
      	return 0;
      }
      //仅这道题可用
      
      • 0
        @ 2025-5-5 16:23:57
        #include<bits/stdc++.h>
        using namespace std;
        char a;
        int main(){
        	cin>>a;
        	cout<<"  "<<a<<endl;
        	cout<<" "<<a<<a<<a<<endl;
        	cout<<a<<a<<a<<a<<a;
        } 
        
        
        • 0
          @ 2022-8-29 16:50:22
          #include<iostream>
          using namespace std;
          int main()
          {
          	char a;
          	cin>>a;
          	cout<<"  "<<a<<endl<<" "<<a<<a<<a<<endl<<a<<a<<a<<a<<a;
          	return 0;
          }
          
          • -1
            @ 2023-8-7 20:21:26
            #include<bits/stdc++.h>
            #include<cstring>
            #include<queue>
            #include<set>
            #include<stack>
            #include<vector>
            #include<map>
            #define ll long long
            using namespace std;
            const int N=1e5+10;
            const int M=2023;
            const int inf=0x3f3f3f3f;
            char c;
            int main()
            {
            	cin>>c;printf("%3c\n%2c%c%c\n%c%c%c%c%c",c,c,c,c,c,c,c,c,c);return 0;
            }
            
            
            • -3
              @ 2023-12-5 23:00:01

              image

              • 1

              信息

              ID
              848
              时间
              1000ms
              内存
              256MiB
              难度
              2
              标签
              递交数
              318
              已通过
              133
              上传者