Borderou de evaluare (job #683340)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | John (clasa a 6-a) | Compilator | cpp-32 |
| Rundă | lasm_21_12_2022_clasa11 | Status | evaluat |
| Dată | 21 dec. 2022 15:19:11 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:21:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'unsigned int'} [-Wsign-compare]
21 | for(int i=0;i<s2.length();i++)
| ~^~~~~~~~~~~~
main.cpp:30:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'unsigned int'} [-Wsign-compare]
30 | for(int i=poz;i<s2.length();i++)
| ~^~~~~~~~~~~~
main.cpp:57:19: error: expected '}' at end of input
57 | return 0;
| ^
main.cpp:14:12: note: to match this '{'
14 | int main(){
| ^