摘要:
#include<bits/stdc++.h> #define TRUE ((_BOOL)1) #define FALSE ((_BOOL)0) struct _BOOL{ char status; _BOOL(){ status=0; } _BOOL(int x){ if(x>0)status=1 阅读全文
posted @ 2022-04-16 15:19
计算机知识杂谈
阅读(48)
评论(0)
推荐(0)
摘要:
#include<bits/stdc++.h> using namespace std; struct Array_iterator{ int *ptr; void operator++(){ ptr++; } int operator*(){ return *ptr; } bool operato 阅读全文
posted @ 2022-04-16 13:21
计算机知识杂谈
阅读(44)
评论(0)
推荐(0)
浙公网安备 33010602011771号