#include <iostream>

int main() {
   std::cout << (35 == 035 ? "true" : "false") << std::endl;
   return 0;
}