137 条题解

  • -1
    @ 2024-7-15 22:54:04
    
    #include<iostream>//头文件
    using namespace std;//使用标准命名空间
    int main()//主函数{
    	int a,b;
    	cin>>a>>b;
    	cout<<a+b;
    	return 0;//好习惯,拜拜
    }

    信息

    ID
    56
    时间
    1000ms
    内存
    1024MiB
    难度
    1
    标签
    递交数
    8392
    已通过
    3776
    上传者