摘要:
/*/输入一个不多于5位的正整数,要求第一行求它是几位数 第二行分别输出每一位数字(有间隔) 第三行逆序输出数字321变123(无间隔)#include<iostream>using namespace std;int main(){int a;cin >> a;if (a >= 0 && a < 阅读全文
posted @ 2023-03-21 22:37
BKYNEKO
阅读(21)
评论(1)
推荐(0)
摘要:
/*//c1 c2 c3 c4 c5分别为China不输入转变为Glmre#include<iostream>using namespace std;int main(){char c1 = 'C';char c2 = 'h';char c3 = 'i';char c4 = 'n';char c5 阅读全文
posted @ 2023-03-21 22:35
BKYNEKO
阅读(16)
评论(1)
推荐(0)
摘要:
/* //输出Hellow World! #include<stdio.h> int main() { printf("Hellow World!"); return 0; } */ /* //计算矩形周长面积 { int a,,b,c,d; //printf("输入矩形长宽"); //作解释说明用 阅读全文
posted @ 2023-03-21 22:21
BKYNEKO
阅读(15)
评论(1)
推荐(0)

浙公网安备 33010602011771号