Online lesson
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
students joined the videoconference lesson. But some of the students could not join due to the lack of Internet. Determine how many students were unable to join the video conference if it is known that there are students in the class.
Input
Two lines, each containing one integer:
the first line contains the number — the number of students in the class;
the second line contains the number — the number of students who could join the lesson.
Output
Print the number of students who were unable to join the video conference.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 83%