Borderou de evaluare (job #722671)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Matrix (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 iun. 2023 19:32:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:59:13: error: 'stricmp' was not declared in this scope; did you mean 'strncmp'?
59 | if(!stricmp("fh",s))
| ^~~~~~~
| strncmp
main.cpp:70:13: error: 'stricmp' was not declared in this scope; did you mean 'strncmp'?
70 | if(!stricmp("fv",s))
| ^~~~~~~
| strncmp
main.cpp:81:13: error: 'stricmp' was not declared in this scope; did you mean 'strncmp'?
81 | if(!stricmp("rh",s))
| ^~~~~~~
| strncmp
main.cpp:92:13: error: 'stricmp' was not declared in this scope; did you mean 'strncmp'?
92 | if(!stricmp("rv",s))
| ^~~~~~~
| strncmp