5 lines
40 B
C++
Raw Permalink Normal View History

2025-02-27 17:59:18 +08:00
int main(void)
{
return (int)10ui64;
}