#45592: 不知道為甚麼卡了這麼久...


yp11351280@yphs.tp.edu.tw (810-43韓睿哲)


#include<iostream>
using namespace std;
int main(){
    int a,b;
    cin>>a>>b;
    if(a<b) cout<<b-a; else cout<<100-(a-b);
}