102 条题解

  • -2
    @ 2023-11-19 16:21:28
    #include<iostream>
    using namespace std;
    int a,b;
    int main(){
    	scanf("%d%d",&a,&b);
    	printf("%d",a+b);
    	return 0;
    }
    

    信息

    ID
    1
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    831
    已通过
    299
    上传者