Borderou de evaluare (job #588203)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Agenda (baraj gimnaziu) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 mar. 2021 00:33:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:161:13: error: 'SL' was not declared in this scope; did you mean 'S'?
161 | SL = 0;
| ^~
| S
main.cpp:162:13: error: 'EL' was not declared in this scope
162 | EL = 200000;
| ^~
main.cpp:165:17: error: 'auxSL' was not declared in this scope
165 | auxSL = max(Dates[K].Start,SL);
| ^~~~~
main.cpp:166:17: error: 'auxEL' was not declared in this scope
166 | auxEL = min(Dates[K].End,EL);
| ^~~~~
main.cpp:193:17: error: 'auxSL' was not declared in this scope
193 | auxSL = max(Dates[K].Start,SL);
| ^~~~~
main.cpp:194:17: error: 'auxEL' was not declared in this scope
194 | auxEL = min(Dates[K].End,EL);
| ^~~~~
main.cpp:221:17: error: 'auxSL' was not declared in this scope
221 | auxSL = max(Dates[K].Start,SL);
| ^~~~~
main.cpp:222:17: error: 'auxEL' was not declared in this scope
222 | auxEL = min(Dates[K].End,EL);
| ^~~~~
main.cpp:249:35: error: expected primary-expression before '/' token
249 | g<<a<<" "<<b<<" "<<c;*/
| ^
main.cpp:250:9: error: expected primary-expression before '}' token
250 | }
| ^