Borderou de evaluare (job #661793)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Reuniunea a doua intervale | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 16 sept. 2022 16:44:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:7:20: warning: missing terminating " character
7 | ofstream cout ("reuniune.out);
| ^
main.cpp:7:20: error: missing terminating " character
7 | ofstream cout ("reuniune.out);
| ^~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:8:11: error: 'b' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^
main.cpp:8:13: error: 'c' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^
main.cpp:8:15: error: 'd' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^
main.cpp:8:17: error: 'maxx' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^~~~
main.cpp:8:32: error: 'minim' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^~~~~
main.cpp:8:47: error: 'ok' has not been declared
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^~
main.cpp:8:51: error: expected ')' before ';' token
8 | int a,b,c,d,maxx=-10000001,minim=10000001,ok=0;
| ^
| )
main.cpp:7:19: note: to match this '('
7 | ofstream cout ("reuniune.out);
| ^
main.cpp:9:10: error: 'a' was not declared in this scope
9 | cin>>a>>b>>c>>d;
| ^
main.cpp:9:13: error: 'b' was not declared in this scope
9 | cin>>a>>b>>c>>d;
| ^
main.cpp:9:16: error: 'c' was not declared in this scope
9 | cin>>a>>b>>c>>d;
| ^
main.cpp:9:19: error: 'd' was not declared in this scope
9 | cin>>a>>b>>c>>d;
| ^
main.cpp:12:9: error: 'ok' was not declared in this scope
12 | ok=1;
| ^~
main.cpp:17:9: error: 'ok' was not declared in this scope
17 | ok=1;
| ^~