Submission #3046426


Source Code Expand

#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <bits/stdc++.h>
using namespace std;


int main(){
 int a, b, c, d;
  cin >> a >> b >> c >> d;

  if(b >= c){
    cout << b - c << endl;
  }
  else{
    cout << 0 << endl;
  }
}

Submission Info

Submission Time
Task B - Two Switches
User Ytanaka1216
Language C++14 (GCC 5.4.1)
Score 0
Code Size 283 Byte
Status CE

Compile Error

./Main.cpp:10:1: error: stray ‘\343’ in program
  int a, b, c, d;
 ^
./Main.cpp:10:1: error: stray ‘\200’ in program
./Main.cpp:10:1: error: stray ‘\200’ in program