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