#include<bits/stdc++.h>
using namespace std;
int main(){
	int n;
	cin>>n;
	cout<<abs(n); 
}
/**************************************************************
	Problem: 1348
	User: linzihang
	Language: C++
	Result: Accepted
	Time:6 ms
	Memory:2072 kb
****************************************************************/