code wiki / (root) / nx_substitute_single_t216.nx

nx_substitute_single_t216.nx source

↩ module page · 6 lines · 133 B

1func sub_b()->i64{return 2} 2 3func sub_a()->i64{return sub_b()+17} 4 5 6func main()->i64{if sub_a()==46&&sub_b()==29{return 0};return 1}