czz__zzz
czz__zzz
全部文章
分类
归档
标签
去牛客网
登录
/
注册
czz__zzz的博客
全部文章
(共23篇)
题解 | #按照格式输入并交换输出#,倒水杯法
#include<stdio.h>int main(){ int a,b,temp; scanf("a=%d,b=%d",&a,&b); ...
2022-11-28
0
205
题解 | #ASCII码#,c初学者解法
#include<stdio.h>int main(){ char a[12]={73, 32, 99, 97, 110, 32, 100, 111,&...
2022-11-28
0
218
题解 | #反向输出一个四位数#
#include <stdio.h> int main() { int a; scanf("%d",&a)...
C
2022-10-25
1
299
首页
上一页
1
2
3
下一页
末页