#include
using namespace std;
struct Elem{
string napis;
Elem*next;
};
int main()
funkcja(Elem*&glowa, int D)
{
cout << "Podaj ilosc plyt" << endl;
int i = 0, cenaf;
cin >> i;
if (i>0)
{
if (i<5) cenaf=(i*15);
else if (i>=5) cenaf=(60+((i-4)*10));
cout<<"cena wynosi: "<< cenaf;
if(glowa==NULL){
return 0;
}
else cout<<"podano nieprawidlowa wartosc"<
bool mniejsze=true;
Elem*tmppop=NULL;
Elem*tmp=glowa;
while(true){
if(tmp->napis.size()>=D){
mniejsze=false;
return 0;
}
if(tmp->next==NULL)
break;
tmppop=tmp;
tmp=tmp->next;
}
if(glowa->next==NULL){
delete glowa;
glowa=NULL;
return 1;
}else if(glowa->next->next==NULL){
delete glowa->next;
delete glowa;
glowa=NULL;
return 2;
}else{
delete tmp;
tmppop->next=NULL;
tmp=glowa;
glowa=glowa->next;
delete tmp;
return 2;
}
return 0;
}
}
int main()
{
cout << "Hello World!" << endl;
return 0;
}
{"html5":"htmlmixed","css":"css","javascript":"javascript","php":"php","python":"python","ruby":"ruby","lua":"text\/x-lua","bash":"text\/x-sh","go":"go","c":"text\/x-csrc","cpp":"text\/x-c++src","diff":"diff","latex":"stex","sql":"sql","xml":"xml","apl":"apl","asterisk":"asterisk","c_loadrunner":"text\/x-csrc","c_mac":"text\/x-csrc","coffeescript":"text\/x-coffeescript","csharp":"text\/x-csharp","d":"d","ecmascript":"javascript","erlang":"erlang","groovy":"text\/x-groovy","haskell":"text\/x-haskell","haxe":"text\/x-haxe","html4strict":"htmlmixed","java":"text\/x-java","java5":"text\/x-java","jquery":"javascript","mirc":"mirc","mysql":"sql","ocaml":"text\/x-ocaml","pascal":"text\/x-pascal","perl":"perl","perl6":"perl","plsql":"sql","properties":"text\/x-properties","q":"text\/x-q","scala":"scala","scheme":"text\/x-scheme","tcl":"text\/x-tcl","vb":"text\/x-vb","verilog":"text\/x-verilog","yaml":"text\/x-yaml","z80":"text\/x-z80"}