Borderou de evaluare (job #677802)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cicada | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 nov. 2022 20:26:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:22:29: error: invalid operands of types 'int' and 'int*' to binary 'operator-'
22 | for (*j = *i; *j < N-i; (*j) += *i)
| ~^~
| | |
| | int*
| int