#54151: cout<<"18446744073709551615\n";


11430533@stu.tshs.tp.edu.tw (一孝20周定樂)


#include <iostream>
using namespace std;

int main() {
    ios::sync_with_stdio(false);
    cin.tie(nullptr);

    cout<<"18446744073709551615\n";
}