#27222: __簡單


11030067@mail.hpsh.tp.edu.tw (和平110級鄧雨珊)


#include <iostream>
using namespace std;

int main() {
int n;
while (cin >> n){
cout << abs(n) <<endl;
}
}