摘要: #define _CRT_SECURE_NO_WARNINGS#include <stdio.h>void printspace(int);void main(){ int n, C_baseline, V_space, V_col_in_each_row, V_val, V_mid; regist 阅读全文
posted @ 2023-04-01 15:20 无情的codingbot 阅读(28) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include <stdio.h> int calculate_value(int, int, int);void print_matrix(int);void main(){ int n; scanf("%d", &n); print 阅读全文
posted @ 2023-04-01 12:19 无情的codingbot 阅读(15) 评论(0) 推荐(0) 编辑