20分高分骗分程序:
#include<bits/stdc++.h> using namespace std; long long n,m; int main(){ cin>>n>>m; cout<<n-m; }
这竟然能得20分!