소스 검색

更新 'hello.c'

master^2
永攀 张 3 일 전
부모
커밋
fc05701f34
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      hello.c

+ 2
- 0
hello.c 파일 보기

@@ -12,5 +12,7 @@ int main() {
int result = f(3, 5); // 通过函数指针调用加法函数
printf("3 + 5 = %d\n", result); // 输出:3 + 5 = 8
result = f(2,8);

result = f(9,7);
return 0;
}

불러오는 중...
취소
저장