代码拉取完成,页面将自动刷新
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
int main()
{
//ȡַ
int ch = 0;
while ((ch = getchar()) != EOF)
{
putchar(ch + 32);
getchar();//ȡ\n
}
return 0;
}
//int main()
//{
// //ȡַ
// int ch = 0;
// ch = getchar();
// putchar(ch+32);
//
// return 0;
//}
//int main()
//{
// int n = 0;
// //
// scanf("%d", &n);//1234
// //
// while (n)
// {
// printf("%d", n % 10);
// n = n / 10;
// }
//
// return 0;
//}
//int main()
//{
//
// printf("%#o %#X\n", 1234, 1234);
//
// return 0;
//}
//printf("%#o %#X\n", 1234, 1234);
//int main()
//{
//
// printf("The size of short is %d bytes.\n", sizeof(short));
// printf("The size of int is %d bytes.\n", sizeof(int));
// printf("The size of long is %d bytes.\n", sizeof(long));
// printf("The size of long long is %d bytes.\n", sizeof(long long));
//
// return 0;
//}
//
//int main()
//{
//
// printf("v v\n v v \n v \n");
//
// return 0;
//}
//int main()
//{
//
// printf("hello world\n");
//
// return 0;
//}
//int main()
//{
// printf("v v\n");
// printf(" v v \n");
// printf(" v \n");
//
//
// return 0;
//}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。