Borderou de evaluare (job #683321)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Forus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | lasm_21_12_2022_cl12 | Status | evaluat |
Dată | 21 dec. 2022 15:02:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:9: error: expected ',' or ';' before 'ofstream'
7 | ofstream cout("forus.out")
| ^~~~~~~~
main.cpp:10:16: error: 'c' was not declared in this scope
10 | cin >> c;
| ^
main.cpp:11:16: error: 'n' was not declared in this scope
11 | cin >> n;
| ^
main.cpp:16:39: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'unsigned int'} [-Wsign-compare]
16 | for(int j=0; j<s.length(); j++){
| ~^~~~~~~~~~~