C++中静态数据成员使用示例

C&#43;&#43;中静态数据成员使用示例#include<iostream>//尝试静态数据成员
using namespace std;
class easy {
private:
int num1;
int