Borderou de evaluare (job #748485)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Puteri2 (clasa a 8-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 dec. 2023 10:54:22 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:21:38: error: invalid operands of types 'int [10000]' and 'const int' to binary 'operator%'
21 | rez = ((rez%mod) * (a%mod))%mod;
| ~^~~~
| | |
| | const int
| int [10000]