This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
using namespace std; | |
class kafetiera{ | |
int kafes,gala,zaxari,nero,kafedes; | |
bool ginetai(int z,int k,int n,int g); | |
unsigned int what=0; // pernei times {1,2,3} , 1=sketos, 2=glykos, 3=metrios me gala. | |
int x=-1; // apothikevei ton arithmo kafedwn (sketwn h glykwn h metriwn me gala) ths prohgoumenhs paraggelias. | |
public: | |
kafetiera(); |