1 条题解

  • 1
    @ 2025-12-27 11:11:57
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	cout<<abs(a-b);
    	return 0;
    }
    • 1

    信息

    ID
    167
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    14
    已通过
    11
    上传者