2 条题解

  • 0
    @ 2025-10-19 9:30:25
    
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        
    	int a,b;
    	while(cin>>a>>b)
        	cout<<abs(a-b)<<endl;
        return 0;
    }
    
    
    
    

    信息

    ID
    951
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    (无)
    递交数
    2
    已通过
    1
    上传者