2 条题解

  • 0
    @ 2023-11-6 16:11:24

    十分简单

    #include<bits/stdc++.h>
    using namespace std;
    int main(){long long a,b;cin >> a >> b;cout << a - b << endl;return 0; }
    
    • 0
      @ 2022-10-15 22:58:56
      #include<iostream>
      using namespace std;
      int main()
      {
      	int a,b;
      	cin >> a >> b;
      	cout << a - b << endl;
      	return 0; 
      }
      
      • 1

      信息

      ID
      7
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      146
      已通过
      104
      上传者