摘要:
int test1[10]; for (int p = pointer_end, i = 0 ; p >= pointer_start; p --, i ++ ) { printf("%d ",p); test1[i] = *p; } for (int i = 0 ; i < SIZE; i ++ 阅读全文
摘要:
include <stdio.h> include <inttypes.h> include <unistd.h> int main() { printf("输入你想建立的三角形高度: \n"); uint8_t tri_height; scanf("%"PRIu8"",&tri_height); 阅读全文
摘要:
include <stdio.h> include <inttypes.h> include <unistd.h> int main() { printf("输入你想建立的三角形高度: \n"); uint8_t tri_height; scanf("%"PRIu8"",&tri_height); 阅读全文
摘要:
include <stdio.h> include <windows.h> include <inttypes.h> void while_story_1(); void while_story_2(); void while_story_3(); void while_story_4(); int 阅读全文