prog.cpp: In function ‘int main()’:
prog.cpp:29: warning: comparison between signed and unsigned integer expressions
prog.cpp:39: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:45: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:50: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:57: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:63: warning: deprecated conversion from string constant to ‘char*’
prog.cpp:69: error: cannot convert ‘llnode (*)[20]’ to ‘llnode*’ in assignment
prog.cpp:70: error: cannot convert ‘llnode (*)[20]’ to ‘llnode*’ in assignment
prog.cpp:71: error: cannot convert ‘llnode (*)[20]’ to ‘llnode*’ in assignment
prog.cpp:72: error: cannot convert ‘llnode (*)[20]’ to ‘llnode*’ in assignment
prog.cpp:36: warning: unused variable ‘head’
prog.cpp:86: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result