摘要:
实验任务一#include <stdio.h> long long fun(int n); // 函数声明 int main() { int n; long long f; while(scanf("%d", &n) != EOF) { f = fun(n); // 函数调用 printf("n = 阅读全文
摘要:
#include <stdio.h> int main(){ printf(" 0 0\n" ); printf("<H> <H>\n" ); printf("I I I I\n" ); return 0; } #include <stdio.h> int main(){ int x,y; int 阅读全文