1 2 3 4 5 6 7
import M0; #include<cstdio> int main() { printf("The value is %d", func0()); return 0; }