摘要:
include <stdio.h> int main() { for(int x=1;x<=9;x++) { for(int y=1;y<=9;y++) { if(y<x)printf("");【引号内加空会导致倾斜】 else printf("%d%d=%2d\t",x,y,xy);【\t制表符用 阅读全文
posted @ 2024-10-02 19:59
天厌九道
阅读(32)
评论(0)
推荐(0)
2024年10月2日