Borderou de evaluare (job #647519)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gadfadăr (clasa 6-7) | Compilator | cpp-32 |
Rundă | Status | evaluat | |
Dată | 16 apr. 2022 23:54:25 | Scor | ascuns |
Raport evaluator
Compilare:
main.cpp: In function 'void sortare()':
main.cpp:95:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
95 | for(int i = 1; i <= k; i++){
| ~~^~~~
main.cpp:96:28: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
96 | for(int j = i+1; j <= k; j++){
| ~~^~~~
main.cpp: In function 'int main()':
main.cpp:107:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
107 | for(int i = 1; i <= n; i++){
| ~~^~~~
main.cpp:118:22: warning: comparison of integer expressions of different signedness: 'int' and 'long long unsigned int' [-Wsign-compare]
118 | for(int i = 1; i <= k; i++){
| ~~^~~~