Borderou de evaluare (job #688214)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Căutare1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | lasm_18_01_2023_cl10 | Status | evaluat |
Dată | 18 ian. 2023 17:06:56 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int32_t main()':
main.cpp:22:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
22 | for(int i = 0; i < dorina.size(); i++){
| ~~^~~~~~~~~~~~~~~
main.cpp:30:10: error: expected '}' at end of input
30 | }
| ^
main.cpp:5:16: note: to match this '{'
5 | int32_t main() {
| ^
main.cpp:6:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
6 | freopen("cautare1.in", "r", stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:7:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
7 | freopen("cautare1.out", "w", stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~