3 solutions

  • 1
    @ 2025-8-18 15:55:36
    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c;
    int main(){
    	cin>>a>>b>>c;
    	cout<<setw(8)<<a<<' '<<setw(8)<<b<<' '<<setw(8)<<c;
    	
    	
    	
    	return 0;
    }
    
    • -3
      @ 2025-7-3 10:49:43

      只发一半

      • -3
        @ 2025-7-3 10:49:19
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
            int a,b,c;
        	cin>>a>>b>>c;
        	return 0;
        }
        
        • 1

        Information

        ID
        851
        Time
        1000ms
        Memory
        256MiB
        Difficulty
        1
        Tags
        (None)
        # Submissions
        222
        Accepted
        84
        Uploaded By