prog.cpp:19:25: warning: missing terminating " character [enabled by default]
cout<<"фио": ";
^
prog.cpp:19:9: error: missing terminating " character
cout<<"фио": ";
^
prog.cpp:21:27: warning: missing terminating " character [enabled by default]
cout<<"знак": ";
^
prog.cpp:21:9: error: missing terminating " character
cout<<"знак": ";
^
prog.cpp:59:1: error: stray ‘\320’ in program
else cout<<нет таких;}
^
prog.cpp:59:1: error: stray ‘\275’ in program
prog.cpp:59:1: error: stray ‘\320’ in program
prog.cpp:59:1: error: stray ‘\265’ in program
prog.cpp:59:1: error: stray ‘\321’ in program
prog.cpp:59:1: error: stray ‘\202’ in program
prog.cpp:59:1: error: stray ‘\321’ in program
prog.cpp:59:1: error: stray ‘\202’ in program
prog.cpp:59:1: error: stray ‘\320’ in program
prog.cpp:59:1: error: stray ‘\260’ in program
prog.cpp:59:1: error: stray ‘\320’ in program
prog.cpp:59:1: error: stray ‘\272’ in program
prog.cpp:59:1: error: stray ‘\320’ in program
prog.cpp:59:1: error: stray ‘\270’ in program
prog.cpp:59:1: error: stray ‘\321’ in program
prog.cpp:59:1: error: stray ‘\205’ in program
prog.cpp: In function ‘int main()’:
prog.cpp:14:1: error: a function-definition is not allowed here before ‘{’ token
{
^
prog.cpp:12:6: warning: unused variable ‘zn’ [-Wunused-variable]
ZNAK zn[7];
^
prog.cpp:62:1: error: expected ‘}’ at end of input
}
^