#include int main() { ASSERT_EQ(0, 0); ASSERT_EQ(291, 0x123); ASSERT_EQ(3405691582, 0xcafebabe); ASSERT_EQ(436, 0664); }