#include <iostream>
using namespace std;
int main() {
int dias;
cin >> dias;
int segundos = dias * 24 * 60 * 60;
cout << segundos << endl;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CiAgICBpbnQgZGlhczsKICAgIGNpbiA+PiBkaWFzOwogICAgaW50IHNlZ3VuZG9zID0gZGlhcyAqIDI0ICogNjAgKiA2MDsKICAgIGNvdXQgPDwgc2VndW5kb3MgPDwgZW5kbDsKICAgIHJldHVybiAwOwp9Cg==