📄 op-2.c
字号:
#include <windows.h>
#include <stdio.h>
#include <limits.h>
#include <math.h>
#define NNN 8
#define Nketa 3
#define PAI 3.14159265
#define M_PI PAI
struct PictureInfo
{
long left,top;
long width;
long height;
WORD x_density;
WORD y_density;
short colorDepth;
HLOCAL hInfo;
};
/*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -