#include int main(void){ long long N; scanf("%lld",&N); N = 922337203685477581; printf("%lld0",N); return 0; }