Borderou de evaluare (job #672367)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | SumL (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 oct. 2022 11:23:00 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:12: error: 'n' was not declared in this scope; did you mean 'yn'?
9 | fin >> n >> p;
| ^
| yn
main.cpp:19:40: error: expected ';' before '}' token
19 | a[i][j]=(a[i][j-1]*a[i][j-1]+1)
| ^
| ;
20 | }
| ~