摘要:
实验一 # include<stdio.h> const int N=3; int main(){ int a[N]={1,2,3}; int i; printf("通过数组名及下标直接访问数组元素:\n"); for(i=0;i<N;i++) printf("%d:%d\n",&a[i],a[i] 阅读全文
摘要:
#include <stdio.h> int main() { printf("my stuno is: HD 188753 Ab \n"); printf("2020 cyberpunk, my world enter a new chapter!"); return 0; } # include 阅读全文