#include<iostream>#include<cmath> using namespace std;int x;int main(){while(cin>>x)cout<<abs(x)<<'\n';return 0;}