//Title of this code

#include <iostream>
#include <string>

enum class Foo : long long { a, b };

int main()
{

    
}