int result = system("start source/try.exe");
在 try.c里面这样写
int a=5; printf("%d\n" ,a); return a;
能否给图解释一下