5 lines
40 B
C++
Raw Normal View History

2025-10-10 16:07:00 +08:00
int main(void)
{
return (int)10ui64;
}