-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpizzeria.h
More file actions
22 lines (22 loc) · 848 Bytes
/
Copy pathpizzeria.h
File metadata and controls
22 lines (22 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef UNTITLED_OK_H
#define UNTITLED_OK_H
const int Ncook = 2; // παρασκευαστές
const int Noven = 15; // φούρνοι
const int Npacker = 2; // υπάλληλοι πακεταρίσματος
const int Ndeliverer = 10; // διανομείς
const int Torderlow = 1; // λεπτό
const int Torderhigh = 3; // λεπτά
const int Norderlow = 1; // πίτσες
const int Norderhigh = 5; // πίτσες
const double Pplain = 0.6; // 60%
const int Tpaymentlow = 1; // λεπτό
const int Tpaymenthigh = 3; // λεπτά
const double Pfail = 0.1; // 10%
const int Cplain = 10; // ευρώ
const int Cspecial = 12; // ευρώ
const int Tprep = 1; // λεπτό
const int Tbake = 10; // λεπτά
const int Tpack = 1; // λεπτό
const int Tdellow = 5; // λεπτά
const int Tdelhigh = 15; // λεπτά
#endif // UNTITLED_OK_H