2 条题解

  • 0
    @ 2023-9-4 20:30:22
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<a-b;
    	return 0;
    }
    

    信息

    ID
    1058
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    117
    已通过
    63
    上传者