Borderou de evaluare (job #683323)
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:03:49 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:9: error: expected ',' or ';' before 'ofstream'
7 | ofstream fout("forus.out")
| ^~~~~~~~
main.cpp:10:16: error: 'c' was not declared in this scope
10 | fin >> c;
| ^
main.cpp:11:16: error: 'n' was not declared in this scope
11 | fin >> 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++){
| ~^~~~~~~~~~~
main.cpp:20:17: error: 'fout' was not declared in this scope
20 | fout << n-minus;
| ^~~~