Borderou de evaluare (job #605193)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Ech (clasa a 7-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 2 sept. 2021 11:52:00 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void citire(int*)':
main.cpp:21:12: error: 'strlen' was not declared in this scope
21 | n[0] = strlen(s);
| ^~~~~~
main.cpp:3:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include <fstream>
+++ |+#include <cstring>
3 | using namespace std;