Borderou de evaluare (job #762433)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Portocal (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 feb. 2024 14:46:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:23:17: error: 'memset' was not declared in this scope
23 | memset(v, 0, NDIM);
| ^~~~~~
main.cpp:4:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
3 | #include <algorithm>
+++ |+#include <cstring>
4 |