@laomei wrote:
nic.pl
选 [10.] iphone/tool
代码:
int main(int argc, char **argv, char **envp) { printf("hello world"); return 0; }
编译运行测试:
/usr/bin$ ./test -sh: line 205: 5101 Killed: 9 ./test /usr/bin$ ./test -sh: line 207: 5102 Killed: 9 ./test /usr/bin$ ./test -sh: line 209: 5115 Killed: 9 ./test /usr/bin$ ./test -sh: line 211: 5304 Killed: 9 ./test /usr/bin$ ./test -sh: line 213: 5307 Killed: 9 ./test /usr/bin$ ./test -sh: line 215: 5309 Killed: 9 ./test
什么情况,9 10系统全部正常,11.3测试不能执行了。请教各位老师,不能执行的原因!
Posts: 1
Participants: 1