首页 新闻 会员 周边
2
回答数

已解决问题 100 函数调用有误

以下是代码。 include <stdio.h> int f(int x); void main(){ int i; for(i=2;i<=100;i++){ f(i); } } int f(int