1 Star 0 Fork 0

CoderQi/cg初学

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
结构体127.c 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
CoderQi 提交于 2022-12-07 21:44 +08:00 . 127
#include<stdio.h>
//struct s
//{
// char c;//1
// int i;//4
// char* b;//8
//};
//int main()
//{
// struct s a = { 'c',0 };
// printf("%d\n", sizeof(a));
// return 0;
//}
//struct s
//{
// double a;
// char b;
// int c;
//};
//struct s1
//{
// char c;
// struct s s1;
// double d;
//};
//int main()
//{
// /*printf("%d\n",sizeof(struct s));*/
// printf("%d\n", sizeof(struct s1));
// return 0;
//}
//#include <stdio.h>
//#include <math.h>
//#include <stdlib.h>
//#define I 20
//#define R 340
//
//int main(void)
//{
// int i, j, e;
// int a;
// long time;
// system("title °®ÐÄ");
// for (i = 1, a = I; i < I / 2; i++, a--)
// {
// for (j = (int)(I - sqrt(I * I - (a - i) * (a - i))); j > 0; j--)
// printf(" ");
// for (e = 1; e <= 2 * sqrt(I * I - (a - i) * (a - i)); e++)
// printf("\3");
// for (j = (int)(2 * (I - sqrt(I * I - (a - i) * (a - i)))); j > 0; j--)
// printf(" ");
// for (e = 1; e <= 2 * sqrt(I * I - (a - i) * (a - i)); e++)
// printf("\3");
// printf("\n");
// }
// for (i = 1; i < 80; i++)
// {
// if (i == 35)
// {
// printf(" ·ë¼Ñ³¿ ");
// i += 30;
// }
// printf("\3");
// }
// printf("\n");
// for (i = 1; i <= R / 2; i++)
// {
// if (i % 2 || i % 3)
// continue;
// for (j = (int)(R - sqrt(R * R - i * i)); j > 0; j--)
// printf(" ");
// for (e = 1; e <= 2 * (sqrt(R * R - i * i) - (R - 2 * I)); e++)
// printf("\3");
// printf("\n");
// }
//
// for (;;)
// {
// system("color a");
// for (time = 0; time < 99999999; time++);
//
// system("color b");
// for (time = 0; time < 99999999; time++);
//
// system("color c");
// for (time = 0; time < 99999999; time++);
//
// system("color d");
// for (time = 0; time < 99999999; time++);
//
// system("color e");
// for (time = 0; time < 99999999; time++);
//
// system("color f");
// for (time = 0; time < 99999999; time++);
//
// system("color 0");
// for (time = 0; time < 99999999; time++);
//
// system("color 1");
// for (time = 0; time < 99999999; time++);
//
// system("color 2");
// for (time = 0; time < 99999999; time++);
//
// system("color 3");
// for (time = 0; time < 99999999; time++);
//
// system("color 4");
// for (time = 0; time < 99999999; time++);
//
// system("color 5");
// for (time = 0; time < 99999999; time++);
//
// system("color 6");
// for (time = 0; time < 99999999; time++);
//
// system("color 7");
// for (time = 0; time < 99999999; time++);
//
// system("color 8");
// for (time = 0; time < 99999999; time++);
//
// system("color 9");
// for (time = 0; time < 99999999; time++);
//
// }
// return 0;
//}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/programmercg/cg-beginner.git
git@gitee.com:programmercg/cg-beginner.git
programmercg
cg-beginner
cg初学
master

搜索帮助