Borderou de evaluare (job #773237)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Matrix (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 apr. 2024 19:43:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:16:23: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
16 | for(int k=1; k<=strlen(s); k+=2)
| ~^~~~~~~~~~~
main.cpp:27:27: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
27 | if(s[k+1]=='H')
| ^
main.cpp:35:30: error: 'k' was not declared in this scope
35 | if(s[k+1]=='V')
| ^