首页
技术人生
登录
6mi
u
盘
搜
搜 索
技术人生
get whitspace
get whitspace
技术
2026-05-21
6
#include<stdio.h> int main() { int depth = 4; char *s = "Hello"; printf("---%4s%s---/n","",s); printf("---/t%s---/n",s); printf("---%*s%s----/n", depth, "", s); }
转载请注明原文地址: https://ibbs.8miu.com/read-2273737.html
最新回复
(
0
)