#include<iosteream> using namespace sted; int main(){ double f,c; cin>>f; c=5*(f-32)/9; pintf("c=%2f",c) return 0 }