fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main(){
  4. int N,M;
  5. cin>>N>>M;
  6. cout<<N-M;
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 5276KB
stdin
6 6
stdout
Standard output is empty