Problem surnames
User jatrophalouvre
Submission Time 2024-10-30 21:38:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

surnames.cpp:23:18: error: ‘namespace fi { }’ redeclared as different kind of entity
23 | inline namespace fi {
| ^~
surnames.cpp:18:5: note: previous declaration ‘int fi’
18 | int fi=0, se=0; int c[MN]={0}, cc[MN]={0}; bool in[MN]={0};
| ^~
surnames.cpp:42:6: error: ambiguating new declaration of ‘void rd()’
42 | void rd() {}
| ^~
surnames.cpp:25:6: note: old declaration ‘char rd()’
25 | char rd()
| ^~