摘要:
#include <stdio.h> #define N 4 int main() { int a[N] = {2, 0, 2, 2}; char b[N] = {'2', '0', '2', '2'}; int i; printf("sizeof(int) = %d\n", sizeof(int) 阅读全文
posted @ 2022-05-07 13:31
然而某人还在摸鱼
阅读(814)
评论(2)
推荐(0)
摘要:
#include<iostream> using namespace std; void matrix(int x) { int i = 1; for (; i <= x; i++) { int m = 1; int n = i; int j = 1; for (; j <= x; j++) { c 阅读全文
posted @ 2022-05-07 13:31
然而某人还在摸鱼
阅读(33)
评论(0)
推荐(0)

浙公网安备 33010602011771号