My issue
need help
My code
// Update the code below this line to solve the problem
// Remember - there is no t in this problem
#include <bits/stdc++.h>
using namespace std;
int main()
{
int X,Y;
cin>>X>>Y;
int watchtime = (X-Y) + (Y/2);
return 0;
}
Learning course: C++ for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone