Borderou de evaluare (job #721777)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Magic1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 mai 2023 11:27:44 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:19: error: 's' was not declared in this scope
17 | cout << m;s
| ^
main.cpp:18:21: error: 'i' was not declared in this scope
18 | for (int i = 0; i < m * 2 - 1; ++i){
| ^
main.cpp:15:10: warning: unused variable 'n' [-Wunused-variable]
15 | char n;
| ^