摘要: #include<stdio.h> int main() { printf("201983270539"); return 0; } #include<stdio.h> int main() { printf("hello,Mars!"); return 0; } #include<stdio.h> int product(int,int); /*声明后面系将要使用函数product()*/ in 阅读全文
posted @ 2019-10-20 16:50 ethereallyt 阅读(150) 评论(0) 推荐(0)