10 2023 档案

摘要:#include <stdio.h> #include <stdlib.h> #include <time.h> #include <windows.h> #define N 80 void print_text(int line, int col, char text[]); // 函数声明 vo 阅读全文
posted @ 2023-10-30 20:55 saber999 阅读(30) 评论(0) 推荐(0)
摘要:#include<stdio.h> #include<math.h> int main() { int n,a,up,down,i=1; double s; while(scanf("%d%d",&n,&a)==2) {while(i<=n) {up=i; down+=a*pow(10,i-1); 阅读全文
posted @ 2023-10-17 10:02 saber999 阅读(30) 评论(0) 推荐(0)
摘要:#include<stdio.h> int main () { printf(" O O \n"); printf("<H> <H>\n"); printf("I I I I \n"); return 0; } #include<stdio.h> int main () { printf(" O \ 阅读全文
posted @ 2023-10-05 23:18 saber999 阅读(21) 评论(0) 推荐(0)