Borderou de evaluare (job #670748)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | SumD (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 oct. 2022 18:19:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:18: error: expected ';' before '}' token
13 | p=(p*p+1)%1000000
| ^
| ;
14 | }
| ~
main.cpp:18:2: error: expected '}' at end of input
18 | }
| ^
main.cpp:9:1: note: to match this '{'
9 | {fin>>n>>p;
| ^