Borderou de evaluare (job #607793)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bonus galactic (clasele 11-12) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 sept. 2021 10:48:04 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'long long unsigned int min(int, long long unsigned int)':
main.cpp:7:9: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
7 | if(a<b)
| ~^~
main.cpp: In function 'int main()':
main.cpp:40:24: error: expected ';' before 'j'
40 | cnt1=-1
| ^
| ;
41 | j=min(64,ca);
| ~