import std.stdio; void main() { long n; readf("%s\n", &n); writeln(264 + 52*n); }