3 条题解

  • 1
    @ 2025-2-10 17:45:03
    #include<cstdio>
    int a,b,c;int main(){scanf("%d%d%d",&a,&b,&c);printf("%8d %8d %8d",a,b,c);}
    
    • -1
      @ 2023-3-26 17:06:06

      image

      • -1
        @ 2022-8-28 18:06:24
        #include<iostream>
        #include<stdio.h>
        using namespace std;
        int main()
        {
        	int a,b,c;
        	cin>>a>>b>>c;
        	printf("%8d %8d %8d",a,b,c);
        	return 0;
        }
        
        • 1

        信息

        ID
        2723
        时间
        1000ms
        内存
        256MiB
        难度
        2
        标签
        递交数
        305
        已通过
        108
        上传者