BACI System: C-- to PCODE Compiler in C, 11:30 1 Oct 2012 Source file: zad2.cm Mon Nov 26 16:53:03 2018 line pc 1 0 const int N = 5; 2 0 binarysem forks[N]; 3 0 binarysem print_sem; 4 0 semaphore s; 5 0 6 0 void phil(int id) 7 0 { 8 0 int i; 9 0 for(i = 0; i < 1000; i++){ 10 14 //wait(s); 11 14 wait(print_sem); 12 16 cout << "Jestem filozofem o numerze "<